Html Css Color HEX #CA3F28 Persian Red

📋 copy color: '#CA3F28'

red 202 ◦ green 63 ◦ blue 40

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

Shades of Persian Red #CA3F28

Tints of Persian Red #CA3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 66.23%
G = 20.66%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA3F28 (or 0xCA3F28) is known color: Persian Red. HEX triplet: CA, 3F and 28. RGB value is (202,63,40). Sum of RGB (Red+Green+Blue) = 202+63+40=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F28 is #35C0D7. Grayscale: #666666. Windows color (decimal): -3522776 or 2637770. OLE color: 2637770.

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

Color convert

RGB 202 63 40 -
CMYK 0 0.69 0.80 0.21
HSL 8.52º 0.67% 0.47% -
HSV(B) 8.52º 0.8% 0.79% -
XYZ 26.52 16.26 3.75 -
YUV 101.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 202 63 40 0 0.69 0.80 0.21 8.52 0.67 0.47
Hex CA 3F 28 0 45 50 15 9 43 2F
Octal 312 77 50 0 105 120 25 11 103 57
Binary 11001010 111111 101000 0 1000101 1010000 10101 1001 1000011 101111

Color Harmonies of #CA3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F28

Black with #CA3F28

Text Example


Text Example

White with #CA3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F28; }

 p { color: rgb(202,63,40); }

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

background-color css

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

 a { background-color: rgb(202,63,40); }

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

border-color css

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

 span { border-color: rgb(202,63,40); }

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