Html Css Color HEX #EE401F Cinnabar

📋 copy color: '#EE401F'

red 238 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #EE401F

Tints of Cinnabar #EE401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 71.47%
G = 19.22%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE401F (or 0xEE401F) is known color: Cinnabar. HEX triplet: EE, 40 and 1F. RGB value is (238,64,31). Sum of RGB (Red+Green+Blue) = 238+64+31=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE401F is #11BFE0. Grayscale: #707070. Windows color (decimal): -1163233 or 2048238. OLE color: 2048238.

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

Color convert

RGB 238 64 31 -
CMYK 0 0.73 0.87 0.07
HSL 9.57º 0.86% 0.53% -
HSV(B) 9.57º 0.87% 0.93% -
XYZ 37.34 21.94 3.56 -
YUV 112.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 238 64 31 0 0.73 0.87 0.07 9.57 0.86 0.53
Hex EE 40 1F 0 49 57 7 A 56 35
Octal 356 100 37 0 111 127 7 12 126 65
Binary 11101110 1000000 11111 0 1001001 1010111 111 1010 1010110 110101

Color Harmonies of #EE401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE401F

Black with #EE401F

Text Example


Text Example

White with #EE401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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