Html Css Color HEX #EE452E Cinnabar

📋 copy color: '#EE452E'

red 238 ◦ green 69 ◦ blue 46

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

Shades of Cinnabar #EE452E

Tints of Cinnabar #EE452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 67.42%
G = 19.55%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE452E (or 0xEE452E) is known color: Cinnabar. HEX triplet: EE, 45 and 2E. RGB value is (238,69,46). Sum of RGB (Red+Green+Blue) = 238+69+46=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE452E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE452E is #11BAD1. Grayscale: #757575. Windows color (decimal): -1161938 or 3032558. OLE color: 3032558.

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

Color convert

RGB 238 69 46 -
CMYK 0 0.71 0.81 0.07
HSL 7.19º 0.85% 0.56% -
HSV(B) 7.19º 0.81% 0.93% -
XYZ 37.88 22.63 4.96 -
YUV 116.91 87.99 214.37 -
System Red Green Blue C M Y K H S L
Decimal 238 69 46 0 0.71 0.81 0.07 7.19 0.85 0.56
Hex EE 45 2E 0 47 51 7 7 55 38
Octal 356 105 56 0 107 121 7 7 125 70
Binary 11101110 1000101 101110 0 1000111 1010001 111 111 1010101 111000

Color Harmonies of #EE452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE452E

Black with #EE452E

Text Example


Text Example

White with #EE452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE452E; }

 p { color: rgb(238,69,46); }

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

background-color css

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

 a { background-color: rgb(238,69,46); }

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

border-color css

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

 span { border-color: rgb(238,69,46); }

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