Html Css Color HEX #CA4039 Persian Red

📋 copy color: '#CA4039'

red 202 ◦ green 64 ◦ blue 57

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

Shades of Persian Red #CA4039

Tints of Persian Red #CA4039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 62.54%
G = 19.81%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4039 (or 0xCA4039) is known color: Persian Red. HEX triplet: CA, 40 and 39. RGB value is (202,64,57). Sum of RGB (Red+Green+Blue) = 202+64+57=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4039 is #35BFC6. Grayscale: #686868. Windows color (decimal): -3522503 or 3752138. OLE color: 3752138.

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

Color convert

RGB 202 64 57 -
CMYK 0 0.68 0.72 0.21
HSL 2.9º 0.58% 0.51% -
HSV(B) 2.9º 0.72% 0.79% -
XYZ 26.93 16.52 5.64 -
YUV 104.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 202 64 57 0 0.68 0.72 0.21 2.9 0.58 0.51
Hex CA 40 39 0 44 48 15 3 3A 33
Octal 312 100 71 0 104 110 25 3 72 63
Binary 11001010 1000000 111001 0 1000100 1001000 10101 11 111010 110011

Color Harmonies of #CA4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4039

Black with #CA4039

Text Example


Text Example

White with #CA4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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