Html Css Color HEX #CA2E23 Persian Red

📋 copy color: '#CA2E23'

red 202 ◦ green 46 ◦ blue 35

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

Shades of Persian Red #CA2E23

Tints of Persian Red #CA2E23

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

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

R = 71.38%
G = 16.25%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA2E23 (or 0xCA2E23) is known color: Persian Red. HEX triplet: CA, 2E and 23. RGB value is (202,46,35). Sum of RGB (Red+Green+Blue) = 202+46+35=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E23 is #35D1DC. Grayscale: #5B5B5B. Windows color (decimal): -3527133 or 2305738. OLE color: 2305738.

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

Color convert

RGB 202 46 35 -
CMYK 0 0.77 0.83 0.21
HSL 3.95º 0.7% 0.46% -
HSV(B) 3.95º 0.83% 0.79% -
XYZ 25.64 14.63 3.06 -
YUV 91.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 202 46 35 0 0.77 0.83 0.21 3.95 0.7 0.46
Hex CA 2E 23 0 4D 53 15 4 46 2E
Octal 312 56 43 0 115 123 25 4 106 56
Binary 11001010 101110 100011 0 1001101 1010011 10101 100 1000110 101110

Color Harmonies of #CA2E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E23

Black with #CA2E23

Text Example


Text Example

White with #CA2E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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