Html Css Color HEX #EE481C Cinnabar

📋 copy color: '#EE481C'

red 238 ◦ green 72 ◦ blue 28

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

Shades of Cinnabar #EE481C

Tints of Cinnabar #EE481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 70.41%
G = 21.3%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE481C (or 0xEE481C) is known color: Cinnabar. HEX triplet: EE, 48 and 1C. RGB value is (238,72,28). Sum of RGB (Red+Green+Blue) = 238+72+28=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE481C is #11B7E3. Grayscale: #747474. Windows color (decimal): -1161188 or 1853678. OLE color: 1853678.

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

Color convert

RGB 238 72 28 -
CMYK 0 0.70 0.88 0.07
HSL 12.57º 0.86% 0.52% -
HSV(B) 12.57º 0.88% 0.93% -
XYZ 37.79 22.9 3.53 -
YUV 116.62 78 214.58 -
System Red Green Blue C M Y K H S L
Decimal 238 72 28 0 0.70 0.88 0.07 12.57 0.86 0.52
Hex EE 48 1C 0 46 58 7 D 56 34
Octal 356 110 34 0 106 130 7 15 126 64
Binary 11101110 1001000 11100 0 1000110 1011000 111 1101 1010110 110100

Color Harmonies of #EE481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE481C

Black with #EE481C

Text Example


Text Example

White with #EE481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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