Html Css Color HEX #EE462F Cinnabar

📋 copy color: '#EE462F'

red 238 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #EE462F

Tints of Cinnabar #EE462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 67.04%
G = 19.72%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE462F (or 0xEE462F) is known color: Cinnabar. HEX triplet: EE, 46 and 2F. RGB value is (238,70,47). Sum of RGB (Red+Green+Blue) = 238+70+47=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE462F is #11B9D0. Grayscale: #757575. Windows color (decimal): -1161681 or 3098350. OLE color: 3098350.

HSL color Cylindrical-coordinate representation of color #EE462F: hue angle of 7.23º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE462F is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 70 47 -
CMYK 0 0.71 0.80 0.07
HSL 7.23º 0.85% 0.56% -
HSV(B) 7.23º 0.8% 0.93% -
XYZ 37.96 22.76 5.08 -
YUV 117.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 238 70 47 0 0.71 0.80 0.07 7.23 0.85 0.56
Hex EE 46 2F 0 47 50 7 7 55 38
Octal 356 106 57 0 107 120 7 7 125 70
Binary 11101110 1000110 101111 0 1000111 1010000 111 111 1010101 111000

Color Harmonies of #EE462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE462F

Black with #EE462F

Text Example


Text Example

White with #EE462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE462F; }

 p { color: rgb(238,70,47); }

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

background-color css

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

 a { background-color: rgb(238,70,47); }

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

border-color css

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

 span { border-color: rgb(238,70,47); }

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