Html Css Color HEX #CA3937 Persian Red

📋 copy color: '#CA3937'

red 202 ◦ green 57 ◦ blue 55

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

Shades of Persian Red #CA3937

Tints of Persian Red #CA3937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

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

R = 64.33%
G = 18.15%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA3937 (or 0xCA3937) is known color: Persian Red. HEX triplet: CA, 39 and 37. RGB value is (202,57,55). Sum of RGB (Red+Green+Blue) = 202+57+55=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3937 is #35C6C8. Grayscale: #646464. Windows color (decimal): -3524297 or 3619274. OLE color: 3619274.

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

Color convert

RGB 202 57 55 -
CMYK 0 0.72 0.73 0.21
HSL 0.82º 0.58% 0.5% -
HSV(B) 0.82º 0.73% 0.79% -
XYZ 26.51 15.76 5.26 -
YUV 100.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 202 57 55 0 0.72 0.73 0.21 0.82 0.58 0.5
Hex CA 39 37 0 48 49 15 1 3A 32
Octal 312 71 67 0 110 111 25 1 72 62
Binary 11001010 111001 110111 0 1001000 1001001 10101 1 111010 110010

Color Harmonies of #CA3937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3937

Black with #CA3937

Text Example


Text Example

White with #CA3937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3937; }

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

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

background-color css

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

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

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

border-color css

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

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

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