Html Css Color HEX #EE4123 Cinnabar

📋 copy color: '#EE4123'

red 238 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #EE4123

Tints of Cinnabar #EE4123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.36%

R = 70.41%
G = 19.23%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE4123 (or 0xEE4123) is known color: Cinnabar. HEX triplet: EE, 41 and 23. RGB value is (238,65,35). Sum of RGB (Red+Green+Blue) = 238+65+35=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4123 is #11BEDC. Grayscale: #717171. Windows color (decimal): -1162973 or 2310638. OLE color: 2310638.

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

Color convert

RGB 238 65 35 -
CMYK 0 0.73 0.85 0.07
HSL 8.87º 0.86% 0.54% -
HSV(B) 8.87º 0.85% 0.93% -
XYZ 37.45 22.08 3.88 -
YUV 113.31 83.81 216.94 -
System Red Green Blue C M Y K H S L
Decimal 238 65 35 0 0.73 0.85 0.07 8.87 0.86 0.54
Hex EE 41 23 0 49 55 7 9 56 36
Octal 356 101 43 0 111 125 7 11 126 66
Binary 11101110 1000001 100011 0 1001001 1010101 111 1001 1010110 110110

Color Harmonies of #EE4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4123

Black with #EE4123

Text Example


Text Example

White with #EE4123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4123; }

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

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

background-color css

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

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

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

border-color css

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

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

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