Html Css Color HEX #CA4139 Persian Red

📋 copy color: '#CA4139'

red 202 ◦ green 65 ◦ blue 57

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

Shades of Persian Red #CA4139

Tints of Persian Red #CA4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 62.35%
G = 20.06%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4139 (or 0xCA4139) is known color: Persian Red. HEX triplet: CA, 41 and 39. RGB value is (202,65,57). Sum of RGB (Red+Green+Blue) = 202+65+57=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4139 is #35BEC6. Grayscale: #696969. Windows color (decimal): -3522247 or 3752394. OLE color: 3752394.

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

Color convert

RGB 202 65 57 -
CMYK 0 0.68 0.72 0.21
HSL 3.31º 0.58% 0.51% -
HSV(B) 3.31º 0.72% 0.79% -
XYZ 26.99 16.63 5.66 -
YUV 105.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 202 65 57 0 0.68 0.72 0.21 3.31 0.58 0.51
Hex CA 41 39 0 44 48 15 3 3A 33
Octal 312 101 71 0 104 110 25 3 72 63
Binary 11001010 1000001 111001 0 1000100 1001000 10101 11 111010 110011

Color Harmonies of #CA4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4139

Black with #CA4139

Text Example


Text Example

White with #CA4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4139; }

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

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

background-color css

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

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

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

border-color css

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

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

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