Html Css Color HEX #CA3C27 Persian Red

📋 copy color: '#CA3C27'

red 202 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #CA3C27

Tints of Persian Red #CA3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 67.11%
G = 19.93%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA3C27 (or 0xCA3C27) is known color: Persian Red. HEX triplet: CA, 3C and 27. RGB value is (202,60,39). Sum of RGB (Red+Green+Blue) = 202+60+39=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C27 is #35C3D8. Grayscale: #646464. Windows color (decimal): -3523545 or 2571466. OLE color: 2571466.

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

Color convert

RGB 202 60 39 -
CMYK 0 0.70 0.81 0.21
HSL 7.73º 0.68% 0.47% -
HSV(B) 7.73º 0.81% 0.79% -
XYZ 26.34 15.93 3.61 -
YUV 100.06 93.54 200.71 -
System Red Green Blue C M Y K H S L
Decimal 202 60 39 0 0.70 0.81 0.21 7.73 0.68 0.47
Hex CA 3C 27 0 46 51 15 8 44 2F
Octal 312 74 47 0 106 121 25 10 104 57
Binary 11001010 111100 100111 0 1000110 1010001 10101 1000 1000100 101111

Color Harmonies of #CA3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C27

Black with #CA3C27

Text Example


Text Example

White with #CA3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C27; }

 p { color: rgb(202,60,39); }

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

background-color css

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

 a { background-color: rgb(202,60,39); }

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

border-color css

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

 span { border-color: rgb(202,60,39); }

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