Html Css Color HEX #CA3E37 Persian Red

📋 copy color: '#CA3E37'

red 202 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #CA3E37

Tints of Persian Red #CA3E37

RGB

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

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

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

R = 63.32%
G = 19.44%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA3E37 (or 0xCA3E37) is known color: Persian Red. HEX triplet: CA, 3E and 37. RGB value is (202,62,55). Sum of RGB (Red+Green+Blue) = 202+62+55=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E37 is #35C1C8. Grayscale: #676767. Windows color (decimal): -3523017 or 3620554. OLE color: 3620554.

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

Color convert

RGB 202 62 55 -
CMYK 0 0.69 0.73 0.21
HSL 2.86º 0.58% 0.5% -
HSV(B) 2.86º 0.73% 0.79% -
XYZ 26.77 16.28 5.35 -
YUV 103.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 202 62 55 0 0.69 0.73 0.21 2.86 0.58 0.5
Hex CA 3E 37 0 45 49 15 3 3A 32
Octal 312 76 67 0 105 111 25 3 72 62
Binary 11001010 111110 110111 0 1000101 1001001 10101 11 111010 110010

Color Harmonies of #CA3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E37

Black with #CA3E37

Text Example


Text Example

White with #CA3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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