Html Css Color HEX #EE401C Cinnabar

📋 copy color: '#EE401C'

red 238 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #EE401C

Tints of Cinnabar #EE401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 72.12%
G = 19.39%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE401C (or 0xEE401C) is known color: Cinnabar. HEX triplet: EE, 40 and 1C. RGB value is (238,64,28). Sum of RGB (Red+Green+Blue) = 238+64+28=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE401C is #11BFE3. Grayscale: #707070. Windows color (decimal): -1163236 or 1851630. OLE color: 1851630.

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

Color convert

RGB 238 64 28 -
CMYK 0 0.73 0.88 0.07
HSL 10.29º 0.86% 0.52% -
HSV(B) 10.29º 0.88% 0.93% -
XYZ 37.3 21.93 3.37 -
YUV 111.92 80.65 217.93 -
System Red Green Blue C M Y K H S L
Decimal 238 64 28 0 0.73 0.88 0.07 10.29 0.86 0.52
Hex EE 40 1C 0 49 58 7 A 56 34
Octal 356 100 34 0 111 130 7 12 126 64
Binary 11101110 1000000 11100 0 1001001 1011000 111 1010 1010110 110100

Color Harmonies of #EE401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE401C

Black with #EE401C

Text Example


Text Example

White with #EE401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE401C; }

 p { color: rgb(238,64,28); }

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

background-color css

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

 a { background-color: rgb(238,64,28); }

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

border-color css

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

 span { border-color: rgb(238,64,28); }

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