Html Css Color HEX #EE4122 Cinnabar

📋 copy color: '#EE4122'

red 238 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #EE4122

Tints of Cinnabar #EE4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

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

R = 70.62%
G = 19.29%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE4122 (or 0xEE4122) is known color: Cinnabar. HEX triplet: EE, 41 and 22. RGB value is (238,65,34). Sum of RGB (Red+Green+Blue) = 238+65+34=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4122 is #11BEDD. Grayscale: #717171. Windows color (decimal): -1162974 or 2245102. OLE color: 2245102.

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

Color convert

RGB 238 65 34 -
CMYK 0 0.73 0.86 0.07
HSL 9.12º 0.86% 0.53% -
HSV(B) 9.12º 0.86% 0.93% -
XYZ 37.44 22.07 3.8 -
YUV 113.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 238 65 34 0 0.73 0.86 0.07 9.12 0.86 0.53
Hex EE 41 22 0 49 56 7 9 56 35
Octal 356 101 42 0 111 126 7 11 126 65
Binary 11101110 1000001 100010 0 1001001 1010110 111 1001 1010110 110101

Color Harmonies of #EE4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4122

Black with #EE4122

Text Example


Text Example

White with #EE4122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4122; }

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

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

background-color css

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

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

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

border-color css

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

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

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