Html Css Color HEX #CA2B23 Persian Red

📋 copy color: '#CA2B23'

red 202 ◦ green 43 ◦ blue 35

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

Shades of Persian Red #CA2B23

Tints of Persian Red #CA2B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 72.14%
G = 15.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA2B23 (or 0xCA2B23) is known color: Persian Red. HEX triplet: CA, 2B and 23. RGB value is (202,43,35). Sum of RGB (Red+Green+Blue) = 202+43+35=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B23 is #35D4DC. Grayscale: #595959. Windows color (decimal): -3527901 or 2304970. OLE color: 2304970.

HSL color Cylindrical-coordinate representation of color #CA2B23: hue angle of 2.87º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2B23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 43 35 -
CMYK 0 0.79 0.83 0.21
HSL 2.87º 0.7% 0.46% -
HSV(B) 2.87º 0.83% 0.79% -
XYZ 25.52 14.41 3.03 -
YUV 89.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 202 43 35 0 0.79 0.83 0.21 2.87 0.7 0.46
Hex CA 2B 23 0 4F 53 15 3 46 2E
Octal 312 53 43 0 117 123 25 3 106 56
Binary 11001010 101011 100011 0 1001111 1010011 10101 11 1000110 101110

Color Harmonies of #CA2B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B23

Black with #CA2B23

Text Example


Text Example

White with #CA2B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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