Html Css Color HEX #EE3920 Cinnabar

📋 copy color: '#EE3920'

red 238 ◦ green 57 ◦ blue 32

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

Shades of Cinnabar #EE3920

Tints of Cinnabar #EE3920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 72.78%
G = 17.43%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE3920 (or 0xEE3920) is known color: Cinnabar. HEX triplet: EE, 39 and 20. RGB value is (238,57,32). Sum of RGB (Red+Green+Blue) = 238+57+32=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3920 is #11C6DF. Grayscale: #6C6C6C. Windows color (decimal): -1165024 or 2111982. OLE color: 2111982.

HSL color Cylindrical-coordinate representation of color #EE3920: hue angle of 7.28º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE3920 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 57 32 -
CMYK 0 0.76 0.87 0.07
HSL 7.28º 0.86% 0.53% -
HSV(B) 7.28º 0.87% 0.93% -
XYZ 36.98 21.21 3.51 -
YUV 108.27 84.97 220.53 -
System Red Green Blue C M Y K H S L
Decimal 238 57 32 0 0.76 0.87 0.07 7.28 0.86 0.53
Hex EE 39 20 0 4C 57 7 7 56 35
Octal 356 71 40 0 114 127 7 7 126 65
Binary 11101110 111001 100000 0 1001100 1010111 111 111 1010110 110101

Color Harmonies of #EE3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3920

Black with #EE3920

Text Example


Text Example

White with #EE3920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3920; }

 p { color: rgb(238,57,32); }

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

background-color css

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

 a { background-color: rgb(238,57,32); }

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

border-color css

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

 span { border-color: rgb(238,57,32); }

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