Html Css Color HEX #EE4622 Cinnabar

📋 copy color: '#EE4622'

red 238 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #EE4622

Tints of Cinnabar #EE4622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 69.59%
G = 20.47%
B = 9.94%

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

#EE4622 (or 0xEE4622) is known color: Cinnabar. HEX triplet: EE, 46 and 22. RGB value is (238,70,34). Sum of RGB (Red+Green+Blue) = 238+70+34=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4622 is #11B9DD. Grayscale: #747474. Windows color (decimal): -1161694 or 2246382. OLE color: 2246382.

HSL color Cylindrical-coordinate representation of color #EE4622: hue angle of 10.59º 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 #EE4622 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 34 -
CMYK 0 0.71 0.86 0.07
HSL 10.59º 0.86% 0.53% -
HSV(B) 10.59º 0.86% 0.93% -
XYZ 37.74 22.67 3.9 -
YUV 116.13 81.66 214.93 -
System Red Green Blue C M Y K H S L
Decimal 238 70 34 0 0.71 0.86 0.07 10.59 0.86 0.53
Hex EE 46 22 0 47 56 7 B 56 35
Octal 356 106 42 0 107 126 7 13 126 65
Binary 11101110 1000110 100010 0 1000111 1010110 111 1011 1010110 110101

Color Harmonies of #EE4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4622

Black with #EE4622

Text Example


Text Example

White with #EE4622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4622; }

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

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

background-color css

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

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

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

border-color css

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

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

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