Html Css Color HEX #EE481B Cinnabar

📋 copy color: '#EE481B'

red 238 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #EE481B

Tints of Cinnabar #EE481B

RGB

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

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

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

R = 70.62%
G = 21.36%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE481B (or 0xEE481B) is known color: Cinnabar. HEX triplet: EE, 48 and 1B. RGB value is (238,72,27). Sum of RGB (Red+Green+Blue) = 238+72+27=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE481B is #11B7E4. Grayscale: #747474. Windows color (decimal): -1161189 or 1788142. OLE color: 1788142.

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

Color convert

RGB 238 72 27 -
CMYK 0 0.70 0.89 0.07
HSL 12.8º 0.86% 0.52% -
HSV(B) 12.8º 0.89% 0.93% -
XYZ 37.78 22.89 3.46 -
YUV 116.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 238 72 27 0 0.70 0.89 0.07 12.8 0.86 0.52
Hex EE 48 1B 0 46 59 7 D 56 34
Octal 356 110 33 0 106 131 7 15 126 64
Binary 11101110 1001000 11011 0 1000110 1011001 111 1101 1010110 110100

Color Harmonies of #EE481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE481B

Black with #EE481B

Text Example


Text Example

White with #EE481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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