Html Css Color HEX #CE2E22 Persian Red

📋 copy color: '#CE2E22'

red 206 ◦ green 46 ◦ blue 34

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

Shades of Persian Red #CE2E22

Tints of Persian Red #CE2E22

RGB

 RED value IS 206 (80.86% from 255) = 72.03%

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

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 72.03%
G = 16.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2E22 (or 0xCE2E22) is known color: Persian Red. HEX triplet: CE, 2E and 22. RGB value is (206,46,34). Sum of RGB (Red+Green+Blue) = 206+46+34=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E22 is #31D1DD. Grayscale: #5C5C5C. Windows color (decimal): -3264990 or 2240206. OLE color: 2240206.

HSL color Cylindrical-coordinate representation of color #CE2E22: hue angle of 4.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2E22 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 34 -
CMYK 0 0.78 0.83 0.19
HSL 4.19º 0.72% 0.47% -
HSV(B) 4.19º 0.83% 0.81% -
XYZ 26.72 15.19 3.04 -
YUV 92.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 206 46 34 0 0.78 0.83 0.19 4.19 0.72 0.47
Hex CE 2E 22 0 4E 53 13 4 48 2F
Octal 316 56 42 0 116 123 23 4 110 57
Binary 11001110 101110 100010 0 1001110 1010011 10011 100 1001000 101111

Color Harmonies of #CE2E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E22

Black with #CE2E22

Text Example


Text Example

White with #CE2E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E22; }

 p { color: rgb(206,46,34); }

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

background-color css

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

 a { background-color: rgb(206,46,34); }

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

border-color css

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

 span { border-color: rgb(206,46,34); }

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