Html Css Color HEX #CA2C26 Persian Red

📋 copy color: '#CA2C26'

red 202 ◦ green 44 ◦ blue 38

#CA2C26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CA2C26

Tints of Persian Red #CA2C26

RGB

 RED value IS 202 (79.3% from 255) = 71.13%

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 71.13%
G = 15.49%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA2C26 (or 0xCA2C26) is known color: Persian Red. HEX triplet: CA, 2C and 26. RGB value is (202,44,38). Sum of RGB (Red+Green+Blue) = 202+44+38=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C26 is #35D3D9. Grayscale: #5A5A5A. Windows color (decimal): -3527642 or 2501834. OLE color: 2501834.

HSL color Cylindrical-coordinate representation of color #CA2C26: hue angle of 2.2º 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 #CA2C26 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 44 38 -
CMYK 0 0.78 0.81 0.21
HSL 2.2º 0.68% 0.47% -
HSV(B) 2.2º 0.81% 0.79% -
XYZ 25.61 14.5 3.28 -
YUV 90.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 202 44 38 0 0.78 0.81 0.21 2.2 0.68 0.47
Hex CA 2C 26 0 4E 51 15 2 44 2F
Octal 312 54 46 0 116 121 25 2 104 57
Binary 11001010 101100 100110 0 1001110 1010001 10101 10 1000100 101111

Color Harmonies of #CA2C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C26

Black with #CA2C26

Text Example


Text Example

White with #CA2C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C26; }

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

 H1.HeaderClassName
 {
   color: #CA2C26;
 }
 .AnyTagClassName
 {
   color: #CA2C26;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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