Html Css Color HEX #EE3B19 Cinnabar

📋 copy color: '#EE3B19'

red 238 ◦ green 59 ◦ blue 25

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

Shades of Cinnabar #EE3B19

Tints of Cinnabar #EE3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 73.91%
G = 18.32%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE3B19 (or 0xEE3B19) is known color: Cinnabar. HEX triplet: EE, 3B and 19. RGB value is (238,59,25). Sum of RGB (Red+Green+Blue) = 238+59+25=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3B19 is #11C4E6. Grayscale: #6C6C6C. Windows color (decimal): -1164519 or 1653742. OLE color: 1653742.

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

Color convert

RGB 238 59 25 -
CMYK 0 0.75 0.89 0.07
HSL 9.58º 0.86% 0.52% -
HSV(B) 9.58º 0.89% 0.93% -
XYZ 37 21.38 3.1 -
YUV 108.65 80.8 220.26 -
System Red Green Blue C M Y K H S L
Decimal 238 59 25 0 0.75 0.89 0.07 9.58 0.86 0.52
Hex EE 3B 19 0 4B 59 7 A 56 34
Octal 356 73 31 0 113 131 7 12 126 64
Binary 11101110 111011 11001 0 1001011 1011001 111 1010 1010110 110100

Color Harmonies of #EE3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3B19

Black with #EE3B19

Text Example


Text Example

White with #EE3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3B19; }

 p { color: rgb(238,59,25); }

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

background-color css

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

 a { background-color: rgb(238,59,25); }

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

border-color css

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

 span { border-color: rgb(238,59,25); }

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