Html Css Color HEX #EE482B Cinnabar

📋 copy color: '#EE482B'

red 238 ◦ green 72 ◦ blue 43

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

Shades of Cinnabar #EE482B

Tints of Cinnabar #EE482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 67.42%
G = 20.4%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE482B (or 0xEE482B) is known color: Cinnabar. HEX triplet: EE, 48 and 2B. RGB value is (238,72,43). Sum of RGB (Red+Green+Blue) = 238+72+43=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE482B is #11B7D4. Grayscale: #767676. Windows color (decimal): -1161173 or 2836718. OLE color: 2836718.

HSL color Cylindrical-coordinate representation of color #EE482B: hue angle of 8.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE482B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 43 -
CMYK 0 0.70 0.82 0.07
HSL 8.92º 0.85% 0.55% -
HSV(B) 8.92º 0.82% 0.93% -
XYZ 38.01 22.99 4.72 -
YUV 118.33 85.5 213.36 -
System Red Green Blue C M Y K H S L
Decimal 238 72 43 0 0.70 0.82 0.07 8.92 0.85 0.55
Hex EE 48 2B 0 46 52 7 9 55 37
Octal 356 110 53 0 106 122 7 11 125 67
Binary 11101110 1001000 101011 0 1000110 1010010 111 1001 1010101 110111

Color Harmonies of #EE482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE482B

Black with #EE482B

Text Example


Text Example

White with #EE482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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