Html Css Color HEX #EE301C Cinnabar

📋 copy color: '#EE301C'

red 238 ◦ green 48 ◦ blue 28

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

Shades of Cinnabar #EE301C

Tints of Cinnabar #EE301C

RGB

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

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

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

R = 75.8%
G = 15.29%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE301C (or 0xEE301C) is known color: Cinnabar. HEX triplet: EE, 30 and 1C. RGB value is (238,48,28). Sum of RGB (Red+Green+Blue) = 238+48+28=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE301C is #11CFE3. Grayscale: #666666. Windows color (decimal): -1167332 or 1847534. OLE color: 1847534.

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

Color convert

RGB 238 48 28 -
CMYK 0 0.80 0.88 0.07
HSL 5.71º 0.86% 0.52% -
HSV(B) 5.71º 0.88% 0.93% -
XYZ 36.53 20.37 3.11 -
YUV 102.53 85.95 224.63 -
System Red Green Blue C M Y K H S L
Decimal 238 48 28 0 0.80 0.88 0.07 5.71 0.86 0.52
Hex EE 30 1C 0 50 58 7 6 56 34
Octal 356 60 34 0 120 130 7 6 126 64
Binary 11101110 110000 11100 0 1010000 1011000 111 110 1010110 110100

Color Harmonies of #EE301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE301C

Black with #EE301C

Text Example


Text Example

White with #EE301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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