#CA2926

Color #CA2926 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CA2926

Tints of Persian Red #CA2926

Color information

#CA2926 (or 0xCA2926) is unknown color: approx Persian Red. HEX triplet: CA, 29 and 26. RGB value is (202,41,38). Sum of RGB (Red+Green+Blue) = 202+41+38=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2926 is #35D6D9. Grayscale: #585858. Windows color (decimal): -3528410 or 2501066. OLE color: 2501066.

HSL color Cylindrical-coordinate representation of color #CA2926: hue angle of 1.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2926 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2024138-
CMYK00.800.810.21
HSL1.1º68.33%47.06%-
HSV(B)1.1º81.19%79.22%-
XYZ25.514.283.25-
YUV88.899.34208.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 71.89%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=71.89%
G=14.59%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202413800.800.810.211.168.3347.06
HexCA292605051151442f
Octal3125146012012125110457
Binary110010101010011001100101000010100011010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2926; }

 p { color: rgb(202,41,38); }

 H1.HeaderClassName
 {
   color: #CA2926;
 }
 .AnyTagClassName
 {
   color: #CA2926;
 }
</style>
background-color css

<style>
 a { background-color: #CA2926; }

 a { background-color: rgb(202,41,38); }

 div.DivClassName
 {
   background-color: #CA2926;
 }
 .BgClassName
 {
   background-color: #CA2926;
 }
</style>
border-color css

<style>
 span { border-color: #CA2926; }

 span { border-color: rgb(202,41,38); }

 td.TdClassName
 {
   border-color: #CA2926;
 }
 .TagClassName
 {
   border-color: #CA2926;
 }
</style>