Html Css Color HEX #EE4825 Cinnabar

📋 copy color: '#EE4825'

red 238 ◦ green 72 ◦ blue 37

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

Shades of Cinnabar #EE4825

Tints of Cinnabar #EE4825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 37 (14.84% from 255) = 10.66%

R = 68.59%
G = 20.75%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE4825 (or 0xEE4825) is known color: Cinnabar. HEX triplet: EE, 48 and 25. RGB value is (238,72,37). Sum of RGB (Red+Green+Blue) = 238+72+37=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4825 is #11B7DA. Grayscale: #757575. Windows color (decimal): -1161179 or 2443502. OLE color: 2443502.

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

Color convert

RGB 238 72 37 -
CMYK 0 0.70 0.84 0.07
HSL 10.45º 0.86% 0.54% -
HSV(B) 10.45º 0.84% 0.93% -
XYZ 37.91 22.95 4.18 -
YUV 117.64 82.5 213.85 -
System Red Green Blue C M Y K H S L
Decimal 238 72 37 0 0.70 0.84 0.07 10.45 0.86 0.54
Hex EE 48 25 0 46 54 7 A 56 36
Octal 356 110 45 0 106 124 7 12 126 66
Binary 11101110 1001000 100101 0 1000110 1010100 111 1010 1010110 110110

Color Harmonies of #EE4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4825

Black with #EE4825

Text Example


Text Example

White with #EE4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4825; }

 p { color: rgb(238,72,37); }

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

background-color css

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

 a { background-color: rgb(238,72,37); }

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

border-color css

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

 span { border-color: rgb(238,72,37); }

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