Html Css Color HEX #CA4033 Persian Red

📋 copy color: '#CA4033'

red 202 ◦ green 64 ◦ blue 51

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

Shades of Persian Red #CA4033

Tints of Persian Red #CA4033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 63.72%
G = 20.19%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA4033 (or 0xCA4033) is known color: Persian Red. HEX triplet: CA, 40 and 33. RGB value is (202,64,51). Sum of RGB (Red+Green+Blue) = 202+64+51=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4033 is #35BFCC. Grayscale: #676767. Windows color (decimal): -3522509 or 3358922. OLE color: 3358922.

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

Color convert

RGB 202 64 51 -
CMYK 0 0.68 0.75 0.21
HSL 5.17º 0.6% 0.5% -
HSV(B) 5.17º 0.75% 0.79% -
XYZ 26.79 16.46 4.9 -
YUV 103.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 202 64 51 0 0.68 0.75 0.21 5.17 0.6 0.5
Hex CA 40 33 0 44 4B 15 5 3C 32
Octal 312 100 63 0 104 113 25 5 74 62
Binary 11001010 1000000 110011 0 1000100 1001011 10101 101 111100 110010

Color Harmonies of #CA4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4033

Black with #CA4033

Text Example


Text Example

White with #CA4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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