Html Css Color HEX #E02F22 Cinnabar

📋 copy color: '#E02F22'

red 224 ◦ green 47 ◦ blue 34

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

Shades of Cinnabar #E02F22

Tints of Cinnabar #E02F22

RGB

 RED value IS 224 (87.89% from 255) = 73.44%

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

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

R = 73.44%
G = 15.41%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02F22 (or 0xE02F22) is known color: Cinnabar. HEX triplet: E0, 2F and 22. RGB value is (224,47,34). Sum of RGB (Red+Green+Blue) = 224+47+34=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F22 is #1FD0DD. Grayscale: #626262. Windows color (decimal): -2085086 or 2240480. OLE color: 2240480.

HSL color Cylindrical-coordinate representation of color #E02F22: hue angle of 4.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02F22 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 47 34 -
CMYK 0 0.79 0.85 0.12
HSL 4.11º 0.75% 0.51% -
HSV(B) 4.11º 0.85% 0.88% -
XYZ 32.05 18 3.3 -
YUV 98.44 91.64 217.56 -
System Red Green Blue C M Y K H S L
Decimal 224 47 34 0 0.79 0.85 0.12 4.11 0.75 0.51
Hex E0 2F 22 0 4F 55 C 4 4B 33
Octal 340 57 42 0 117 125 14 4 113 63
Binary 11100000 101111 100010 0 1001111 1010101 1100 100 1001011 110011

Color Harmonies of #E02F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F22

Black with #E02F22

Text Example


Text Example

White with #E02F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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