Html Css Color HEX #EE411B Cinnabar

📋 copy color: '#EE411B'

red 238 ◦ green 65 ◦ blue 27

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

Shades of Cinnabar #EE411B

Tints of Cinnabar #EE411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 72.12%
G = 19.7%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE411B (or 0xEE411B) is known color: Cinnabar. HEX triplet: EE, 41 and 1B. RGB value is (238,65,27). Sum of RGB (Red+Green+Blue) = 238+65+27=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE411B is #11BEE4. Grayscale: #707070. Windows color (decimal): -1162981 or 1786350. OLE color: 1786350.

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

Color convert

RGB 238 65 27 -
CMYK 0 0.73 0.89 0.07
HSL 10.81º 0.86% 0.52% -
HSV(B) 10.81º 0.89% 0.93% -
XYZ 37.35 22.04 3.32 -
YUV 112.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 238 65 27 0 0.73 0.89 0.07 10.81 0.86 0.52
Hex EE 41 1B 0 49 59 7 B 56 34
Octal 356 101 33 0 111 131 7 13 126 64
Binary 11101110 1000001 11011 0 1001001 1011001 111 1011 1010110 110100

Color Harmonies of #EE411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE411B

Black with #EE411B

Text Example


Text Example

White with #EE411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE411B; }

 p { color: rgb(238,65,27); }

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

background-color css

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

 a { background-color: rgb(238,65,27); }

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

border-color css

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

 span { border-color: rgb(238,65,27); }

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