Html Css Color HEX #EE4422 Cinnabar

📋 copy color: '#EE4422'

red 238 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #EE4422

Tints of Cinnabar #EE4422

RGB

 RED value IS 238 (93.36% from 255) = 70%

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE4422 (or 0xEE4422) is known color: Cinnabar. HEX triplet: EE, 44 and 22. RGB value is (238,68,34). Sum of RGB (Red+Green+Blue) = 238+68+34=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4422 is #11BBDD. Grayscale: #737373. Windows color (decimal): -1162206 or 2245870. OLE color: 2245870.

HSL color Cylindrical-coordinate representation of color #EE4422: hue angle of 10º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE4422 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 68 34 -
CMYK 0 0.71 0.86 0.07
HSL 10º 0.86% 0.53% -
HSV(B) 10º 0.86% 0.93% -
XYZ 37.62 22.43 3.86 -
YUV 114.95 82.32 215.76 -
System Red Green Blue C M Y K H S L
Decimal 238 68 34 0 0.71 0.86 0.07 10 0.86 0.53
Hex EE 44 22 0 47 56 7 A 56 35
Octal 356 104 42 0 107 126 7 12 126 65
Binary 11101110 1000100 100010 0 1000111 1010110 111 1010 1010110 110101

Color Harmonies of #EE4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4422

Black with #EE4422

Text Example


Text Example

White with #EE4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4422; }

 p { color: rgb(238,68,34); }

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

background-color css

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

 a { background-color: rgb(238,68,34); }

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

border-color css

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

 span { border-color: rgb(238,68,34); }

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