Html Css Color HEX #CA4037 Persian Red

📋 copy color: '#CA4037'

red 202 ◦ green 64 ◦ blue 55

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

Shades of Persian Red #CA4037

Tints of Persian Red #CA4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 62.93%
G = 19.94%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA4037 (or 0xCA4037) is known color: Persian Red. HEX triplet: CA, 40 and 37. RGB value is (202,64,55). Sum of RGB (Red+Green+Blue) = 202+64+55=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4037 is #35BFC8. Grayscale: #686868. Windows color (decimal): -3522505 or 3621066. OLE color: 3621066.

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

Color convert

RGB 202 64 55 -
CMYK 0 0.68 0.73 0.21
HSL 3.67º 0.58% 0.5% -
HSV(B) 3.67º 0.73% 0.79% -
XYZ 26.88 16.5 5.38 -
YUV 104.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 202 64 55 0 0.68 0.73 0.21 3.67 0.58 0.5
Hex CA 40 37 0 44 49 15 4 3A 32
Octal 312 100 67 0 104 111 25 4 72 62
Binary 11001010 1000000 110111 0 1000100 1001001 10101 100 111010 110010

Color Harmonies of #CA4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4037

Black with #CA4037

Text Example


Text Example

White with #CA4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4037; }

 p { color: rgb(202,64,55); }

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

background-color css

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

 a { background-color: rgb(202,64,55); }

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

border-color css

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

 span { border-color: rgb(202,64,55); }

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