Html Css Color HEX #EE3423 Cinnabar

📋 copy color: '#EE3423'

red 238 ◦ green 52 ◦ blue 35

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

Shades of Cinnabar #EE3423

Tints of Cinnabar #EE3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 73.23%
G = 16%
B = 10.77%

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

#EE3423 (or 0xEE3423) is known color: Cinnabar. HEX triplet: EE, 34 and 23. RGB value is (238,52,35). Sum of RGB (Red+Green+Blue) = 238+52+35=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3423 is #11CBDC. Grayscale: #696969. Windows color (decimal): -1166301 or 2307310. OLE color: 2307310.

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

Color convert

RGB 238 52 35 -
CMYK 0 0.78 0.85 0.07
HSL 5.02º 0.86% 0.54% -
HSV(B) 5.02º 0.85% 0.93% -
XYZ 36.79 20.75 3.66 -
YUV 105.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 238 52 35 0 0.78 0.85 0.07 5.02 0.86 0.54
Hex EE 34 23 0 4E 55 7 5 56 36
Octal 356 64 43 0 116 125 7 5 126 66
Binary 11101110 110100 100011 0 1001110 1010101 111 101 1010110 110110

Color Harmonies of #EE3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3423

Black with #EE3423

Text Example


Text Example

White with #EE3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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