Html Css Color HEX #EE351D Cinnabar

📋 copy color: '#EE351D'

red 238 ◦ green 53 ◦ blue 29

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

Shades of Cinnabar #EE351D

Tints of Cinnabar #EE351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 74.38%
G = 16.56%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE351D (or 0xEE351D) is known color: Cinnabar. HEX triplet: EE, 35 and 1D. RGB value is (238,53,29). Sum of RGB (Red+Green+Blue) = 238+53+29=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE351D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE351D is #11CAE2. Grayscale: #696969. Windows color (decimal): -1166051 or 1914350. OLE color: 1914350.

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

Color convert

RGB 238 53 29 -
CMYK 0 0.78 0.88 0.07
HSL 6.89º 0.86% 0.52% -
HSV(B) 6.89º 0.88% 0.93% -
XYZ 36.75 20.81 3.24 -
YUV 105.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 238 53 29 0 0.78 0.88 0.07 6.89 0.86 0.52
Hex EE 35 1D 0 4E 58 7 7 56 34
Octal 356 65 35 0 116 130 7 7 126 64
Binary 11101110 110101 11101 0 1001110 1011000 111 111 1010110 110100

Color Harmonies of #EE351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE351D

Black with #EE351D

Text Example


Text Example

White with #EE351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE351D; }

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

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

background-color css

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

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

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

border-color css

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

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

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