Html Css Color HEX #CA2727 Persian Red

📋 copy color: '#CA2727'

red 202 ◦ green 39 ◦ blue 39

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

Shades of Persian Red #CA2727

Tints of Persian Red #CA2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.93%

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

R = 72.14%
G = 13.93%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA2727 (or 0xCA2727) is known color: Persian Red. HEX triplet: CA, 27 and 27. RGB value is (202,39,39). Sum of RGB (Red+Green+Blue) = 202+39+39=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2727 is #35D8D8. Grayscale: #575757. Windows color (decimal): -3528921 or 2566090. OLE color: 2566090.

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

Color convert

RGB 202 39 39 -
CMYK 0 0.81 0.81 0.21
HSL 0.68% 0.47% -
HSV(B) 0.81% 0.79% -
XYZ 25.45 14.15 3.31 -
YUV 87.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 202 39 39 0 0.81 0.81 0.21 0 0.68 0.47
Hex CA 27 27 0 51 51 15 0 44 2F
Octal 312 47 47 0 121 121 25 0 104 57
Binary 11001010 100111 100111 0 1010001 1010001 10101 0 1000100 101111

Color Harmonies of #CA2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2727

Black with #CA2727

Text Example


Text Example

White with #CA2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2727; }

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

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

background-color css

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

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

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

border-color css

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

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

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