Html Css Color HEX #EE4A25 Cinnabar

📋 copy color: '#EE4A25'

red 238 ◦ green 74 ◦ blue 37

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

Shades of Cinnabar #EE4A25

Tints of Cinnabar #EE4A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

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

R = 68.19%
G = 21.2%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE4A25 (or 0xEE4A25) is known color: Cinnabar. HEX triplet: EE, 4A and 25. RGB value is (238,74,37). Sum of RGB (Red+Green+Blue) = 238+74+37=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A25 is #11B5DA. Grayscale: #777777. Windows color (decimal): -1160667 or 2444014. OLE color: 2444014.

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

Color convert

RGB 238 74 37 -
CMYK 0 0.69 0.84 0.07
HSL 11.04º 0.86% 0.54% -
HSV(B) 11.04º 0.84% 0.93% -
XYZ 38.04 23.21 4.22 -
YUV 118.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 238 74 37 0 0.69 0.84 0.07 11.04 0.86 0.54
Hex EE 4A 25 0 45 54 7 B 56 36
Octal 356 112 45 0 105 124 7 13 126 66
Binary 11101110 1001010 100101 0 1000101 1010100 111 1011 1010110 110110

Color Harmonies of #EE4A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A25

Black with #EE4A25

Text Example


Text Example

White with #EE4A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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