Html Css Color HEX #CA2F25 Persian Red

📋 copy color: '#CA2F25'

red 202 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #CA2F25

Tints of Persian Red #CA2F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 70.63%
G = 16.43%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA2F25 (or 0xCA2F25) is known color: Persian Red. HEX triplet: CA, 2F and 25. RGB value is (202,47,37). Sum of RGB (Red+Green+Blue) = 202+47+37=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2F25 is #35D0DA. Grayscale: #5C5C5C. Windows color (decimal): -3526875 or 2437066. OLE color: 2437066.

HSL color Cylindrical-coordinate representation of color #CA2F25: hue angle of 3.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2F25 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 37 -
CMYK 0 0.77 0.82 0.21
HSL 3.64º 0.69% 0.47% -
HSV(B) 3.64º 0.82% 0.79% -
XYZ 25.71 14.72 3.24 -
YUV 92.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 202 47 37 0 0.77 0.82 0.21 3.64 0.69 0.47
Hex CA 2F 25 0 4D 52 15 4 45 2F
Octal 312 57 45 0 115 122 25 4 105 57
Binary 11001010 101111 100101 0 1001101 1010010 10101 100 1000101 101111

Color Harmonies of #CA2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F25

Black with #CA2F25

Text Example


Text Example

White with #CA2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F25; }

 p { color: rgb(202,47,37); }

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

background-color css

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

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

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

border-color css

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

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

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