Html Css Color HEX #EE4035 Cinnabar

📋 copy color: '#EE4035'

red 238 ◦ green 64 ◦ blue 53

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

Shades of Cinnabar #EE4035

Tints of Cinnabar #EE4035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 67.04%
G = 18.03%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE4035 (or 0xEE4035) is known color: Cinnabar. HEX triplet: EE, 40 and 35. RGB value is (238,64,53). Sum of RGB (Red+Green+Blue) = 238+64+53=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4035 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4035 is #11BFCA. Grayscale: #727272. Windows color (decimal): -1163211 or 3490030. OLE color: 3490030.

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

Color convert

RGB 238 64 53 -
CMYK 0 0.73 0.78 0.07
HSL 3.57º 0.84% 0.57% -
HSV(B) 3.57º 0.78% 0.93% -
XYZ 37.74 22.1 5.65 -
YUV 114.77 93.15 215.89 -
System Red Green Blue C M Y K H S L
Decimal 238 64 53 0 0.73 0.78 0.07 3.57 0.84 0.57
Hex EE 40 35 0 49 4E 7 4 54 39
Octal 356 100 65 0 111 116 7 4 124 71
Binary 11101110 1000000 110101 0 1001001 1001110 111 100 1010100 111001

Color Harmonies of #EE4035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4035

Black with #EE4035

Text Example


Text Example

White with #EE4035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4035; }

 p { color: rgb(238,64,53); }

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

background-color css

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

 a { background-color: rgb(238,64,53); }

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

border-color css

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

 span { border-color: rgb(238,64,53); }

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