Html Css Color HEX #CA2B25 Persian Red

📋 copy color: '#CA2B25'

red 202 ◦ green 43 ◦ blue 37

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

Shades of Persian Red #CA2B25

Tints of Persian Red #CA2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

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

R = 71.63%
G = 15.25%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA2B25 (or 0xCA2B25) is known color: Persian Red. HEX triplet: CA, 2B and 25. RGB value is (202,43,37). Sum of RGB (Red+Green+Blue) = 202+43+37=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B25 is #35D4DA. Grayscale: #5A5A5A. Windows color (decimal): -3527899 or 2436042. OLE color: 2436042.

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

Color convert

RGB 202 43 37 -
CMYK 0 0.79 0.82 0.21
HSL 2.18º 0.69% 0.47% -
HSV(B) 2.18º 0.82% 0.79% -
XYZ 25.55 14.42 3.19 -
YUV 89.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 202 43 37 0 0.79 0.82 0.21 2.18 0.69 0.47
Hex CA 2B 25 0 4F 52 15 2 45 2F
Octal 312 53 45 0 117 122 25 2 105 57
Binary 11001010 101011 100101 0 1001111 1010010 10101 10 1000101 101111

Color Harmonies of #CA2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B25

Black with #CA2B25

Text Example


Text Example

White with #CA2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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