Html Css Color HEX #CA3E3C Persian Red

📋 copy color: '#CA3E3C'

red 202 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #CA3E3C

Tints of Persian Red #CA3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 62.35%
G = 19.14%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA3E3C (or 0xCA3E3C) is known color: Persian Red. HEX triplet: CA, 3E and 3C. RGB value is (202,62,60). Sum of RGB (Red+Green+Blue) = 202+62+60=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E3C is #35C1C3. Grayscale: #676767. Windows color (decimal): -3523012 or 3948234. OLE color: 3948234.

HSL color Cylindrical-coordinate representation of color #CA3E3C: hue angle of 0.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3E3C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 62 60 -
CMYK 0 0.69 0.70 0.21
HSL 0.85º 0.57% 0.51% -
HSV(B) 0.85º 0.7% 0.79% -
XYZ 26.9 16.33 6.01 -
YUV 103.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 202 62 60 0 0.69 0.70 0.21 0.85 0.57 0.51
Hex CA 3E 3C 0 45 46 15 1 39 33
Octal 312 76 74 0 105 106 25 1 71 63
Binary 11001010 111110 111100 0 1000101 1000110 10101 1 111001 110011

Color Harmonies of #CA3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E3C

Black with #CA3E3C

Text Example


Text Example

White with #CA3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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