Html Css Color HEX #EE301B Cinnabar

📋 copy color: '#EE301B'

red 238 ◦ green 48 ◦ blue 27

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

Shades of Cinnabar #EE301B

Tints of Cinnabar #EE301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 76.04%
G = 15.34%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE301B (or 0xEE301B) is known color: Cinnabar. HEX triplet: EE, 30 and 1B. RGB value is (238,48,27). Sum of RGB (Red+Green+Blue) = 238+48+27=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE301B is #11CFE4. Grayscale: #666666. Windows color (decimal): -1167333 or 1781998. OLE color: 1781998.

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

Color convert

RGB 238 48 27 -
CMYK 0 0.80 0.89 0.07
HSL 5.97º 0.86% 0.52% -
HSV(B) 5.97º 0.89% 0.93% -
XYZ 36.51 20.37 3.04 -
YUV 102.42 85.45 224.71 -
System Red Green Blue C M Y K H S L
Decimal 238 48 27 0 0.80 0.89 0.07 5.97 0.86 0.52
Hex EE 30 1B 0 50 59 7 6 56 34
Octal 356 60 33 0 120 131 7 6 126 64
Binary 11101110 110000 11011 0 1010000 1011001 111 110 1010110 110100

Color Harmonies of #EE301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE301B

Black with #EE301B

Text Example


Text Example

White with #EE301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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