Html Css Color HEX #EE3523 Cinnabar

📋 copy color: '#EE3523'

red 238 ◦ green 53 ◦ blue 35

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

Shades of Cinnabar #EE3523

Tints of Cinnabar #EE3523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 73.01%
G = 16.26%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE3523 (or 0xEE3523) is known color: Cinnabar. HEX triplet: EE, 35 and 23. RGB value is (238,53,35). Sum of RGB (Red+Green+Blue) = 238+53+35=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3523 is #11CADC. Grayscale: #6A6A6A. Windows color (decimal): -1166045 or 2307566. OLE color: 2307566.

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

Color convert

RGB 238 53 35 -
CMYK 0 0.78 0.85 0.07
HSL 5.32º 0.86% 0.54% -
HSV(B) 5.32º 0.85% 0.93% -
XYZ 36.84 20.84 3.67 -
YUV 106.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 238 53 35 0 0.78 0.85 0.07 5.32 0.86 0.54
Hex EE 35 23 0 4E 55 7 5 56 36
Octal 356 65 43 0 116 125 7 5 126 66
Binary 11101110 110101 100011 0 1001110 1010101 111 101 1010110 110110

Color Harmonies of #EE3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3523

Black with #EE3523

Text Example


Text Example

White with #EE3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3523; }

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

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

background-color css

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

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

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

border-color css

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

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

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