Html Css Color HEX #EE301F Cinnabar

📋 copy color: '#EE301F'

red 238 ◦ green 48 ◦ blue 31

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

Shades of Cinnabar #EE301F

Tints of Cinnabar #EE301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

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

R = 75.08%
G = 15.14%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE301F (or 0xEE301F) is known color: Cinnabar. HEX triplet: EE, 30 and 1F. RGB value is (238,48,31). Sum of RGB (Red+Green+Blue) = 238+48+31=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE301F is #11CFE0. Grayscale: #676767. Windows color (decimal): -1167329 or 2044142. OLE color: 2044142.

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

Color convert

RGB 238 48 31 -
CMYK 0 0.80 0.87 0.07
HSL 4.93º 0.86% 0.53% -
HSV(B) 4.93º 0.87% 0.93% -
XYZ 36.56 20.39 3.3 -
YUV 102.87 87.45 224.38 -
System Red Green Blue C M Y K H S L
Decimal 238 48 31 0 0.80 0.87 0.07 4.93 0.86 0.53
Hex EE 30 1F 0 50 57 7 5 56 35
Octal 356 60 37 0 120 127 7 5 126 65
Binary 11101110 110000 11111 0 1010000 1010111 111 101 1010110 110101

Color Harmonies of #EE301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE301F

Black with #EE301F

Text Example


Text Example

White with #EE301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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