Html Css Color HEX #EE361D Cinnabar

📋 copy color: '#EE361D'

red 238 ◦ green 54 ◦ blue 29

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

Shades of Cinnabar #EE361D

Tints of Cinnabar #EE361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 74.14%
G = 16.82%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE361D (or 0xEE361D) is known color: Cinnabar. HEX triplet: EE, 36 and 1D. RGB value is (238,54,29). Sum of RGB (Red+Green+Blue) = 238+54+29=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE361D is #11C9E2. Grayscale: #6A6A6A. Windows color (decimal): -1165795 or 1914606. OLE color: 1914606.

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

Color convert

RGB 238 54 29 -
CMYK 0 0.77 0.88 0.07
HSL 7.18º 0.86% 0.52% -
HSV(B) 7.18º 0.88% 0.93% -
XYZ 36.8 20.9 3.26 -
YUV 106.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 238 54 29 0 0.77 0.88 0.07 7.18 0.86 0.52
Hex EE 36 1D 0 4D 58 7 7 56 34
Octal 356 66 35 0 115 130 7 7 126 64
Binary 11101110 110110 11101 0 1001101 1011000 111 111 1010110 110100

Color Harmonies of #EE361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE361D

Black with #EE361D

Text Example


Text Example

White with #EE361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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