Html Css Color HEX #EE401D Cinnabar

📋 copy color: '#EE401D'

red 238 ◦ green 64 ◦ blue 29

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

Shades of Cinnabar #EE401D

Tints of Cinnabar #EE401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 71.9%
G = 19.34%
B = 8.76%

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

#EE401D (or 0xEE401D) is known color: Cinnabar. HEX triplet: EE, 40 and 1D. RGB value is (238,64,29). Sum of RGB (Red+Green+Blue) = 238+64+29=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE401D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE401D is #11BFE2. Grayscale: #707070. Windows color (decimal): -1163235 or 1917166. OLE color: 1917166.

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

Color convert

RGB 238 64 29 -
CMYK 0 0.73 0.88 0.07
HSL 10.05º 0.86% 0.52% -
HSV(B) 10.05º 0.88% 0.93% -
XYZ 37.32 21.93 3.43 -
YUV 112.04 81.15 217.85 -
System Red Green Blue C M Y K H S L
Decimal 238 64 29 0 0.73 0.88 0.07 10.05 0.86 0.52
Hex EE 40 1D 0 49 58 7 A 56 34
Octal 356 100 35 0 111 130 7 12 126 64
Binary 11101110 1000000 11101 0 1001001 1011000 111 1010 1010110 110100

Color Harmonies of #EE401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE401D

Black with #EE401D

Text Example


Text Example

White with #EE401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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