Html Css Color HEX #EE411C Cinnabar

📋 copy color: '#EE411C'

red 238 ◦ green 65 ◦ blue 28

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

Shades of Cinnabar #EE411C

Tints of Cinnabar #EE411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 71.9%
G = 19.64%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE411C (or 0xEE411C) is known color: Cinnabar. HEX triplet: EE, 41 and 1C. RGB value is (238,65,28). Sum of RGB (Red+Green+Blue) = 238+65+28=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE411C is #11BEE3. Grayscale: #707070. Windows color (decimal): -1162980 or 1851886. OLE color: 1851886.

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

Color convert

RGB 238 65 28 -
CMYK 0 0.73 0.88 0.07
HSL 10.57º 0.86% 0.52% -
HSV(B) 10.57º 0.88% 0.93% -
XYZ 37.36 22.04 3.38 -
YUV 112.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 238 65 28 0 0.73 0.88 0.07 10.57 0.86 0.52
Hex EE 41 1C 0 49 58 7 B 56 34
Octal 356 101 34 0 111 130 7 13 126 64
Binary 11101110 1000001 11100 0 1001001 1011000 111 1011 1010110 110100

Color Harmonies of #EE411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE411C

Black with #EE411C

Text Example


Text Example

White with #EE411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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