Html Css Color HEX #EE452F Cinnabar

📋 copy color: '#EE452F'

red 238 ◦ green 69 ◦ blue 47

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

Shades of Cinnabar #EE452F

Tints of Cinnabar #EE452F

RGB

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

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

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

R = 67.23%
G = 19.49%
B = 13.28%

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

#EE452F (or 0xEE452F) is known color: Cinnabar. HEX triplet: EE, 45 and 2F. RGB value is (238,69,47). Sum of RGB (Red+Green+Blue) = 238+69+47=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE452F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE452F is #11BAD0. Grayscale: #757575. Windows color (decimal): -1161937 or 3098094. OLE color: 3098094.

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

Color convert

RGB 238 69 47 -
CMYK 0 0.71 0.80 0.07
HSL 6.91º 0.85% 0.56% -
HSV(B) 6.91º 0.8% 0.93% -
XYZ 37.9 22.64 5.06 -
YUV 117.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 238 69 47 0 0.71 0.80 0.07 6.91 0.85 0.56
Hex EE 45 2F 0 47 50 7 7 55 38
Octal 356 105 57 0 107 120 7 7 125 70
Binary 11101110 1000101 101111 0 1000111 1010000 111 111 1010101 111000

Color Harmonies of #EE452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE452F

Black with #EE452F

Text Example


Text Example

White with #EE452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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