Html Css Color HEX #CE2F22 Persian Red

📋 copy color: '#CE2F22'

red 206 ◦ green 47 ◦ blue 34

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

Shades of Persian Red #CE2F22

Tints of Persian Red #CE2F22

RGB

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

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

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

R = 71.78%
G = 16.38%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2F22 (or 0xCE2F22) is known color: Persian Red. HEX triplet: CE, 2F and 22. RGB value is (206,47,34). Sum of RGB (Red+Green+Blue) = 206+47+34=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F22 is #31D0DD. Grayscale: #5D5D5D. Windows color (decimal): -3264734 or 2240462. OLE color: 2240462.

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

Color convert

RGB 206 47 34 -
CMYK 0 0.77 0.83 0.19
HSL 4.53º 0.72% 0.47% -
HSV(B) 4.53º 0.83% 0.81% -
XYZ 26.76 15.27 3.05 -
YUV 93.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 206 47 34 0 0.77 0.83 0.19 4.53 0.72 0.47
Hex CE 2F 22 0 4D 53 13 5 48 2F
Octal 316 57 42 0 115 123 23 5 110 57
Binary 11001110 101111 100010 0 1001101 1010011 10011 101 1001000 101111

Color Harmonies of #CE2F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2F22

Black with #CE2F22

Text Example


Text Example

White with #CE2F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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