Html Css Color HEX #EE411D Cinnabar

📋 copy color: '#EE411D'

red 238 ◦ green 65 ◦ blue 29

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

Shades of Cinnabar #EE411D

Tints of Cinnabar #EE411D

RGB

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

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

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

R = 71.69%
G = 19.58%
B = 8.73%

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

#EE411D (or 0xEE411D) is known color: Cinnabar. HEX triplet: EE, 41 and 1D. RGB value is (238,65,29). Sum of RGB (Red+Green+Blue) = 238+65+29=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE411D is #11BEE2. Grayscale: #707070. Windows color (decimal): -1162979 or 1917422. OLE color: 1917422.

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

Color convert

RGB 238 65 29 -
CMYK 0 0.73 0.88 0.07
HSL 10.33º 0.86% 0.52% -
HSV(B) 10.33º 0.88% 0.93% -
XYZ 37.37 22.05 3.45 -
YUV 112.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 238 65 29 0 0.73 0.88 0.07 10.33 0.86 0.52
Hex EE 41 1D 0 49 58 7 A 56 34
Octal 356 101 35 0 111 130 7 12 126 64
Binary 11101110 1000001 11101 0 1001001 1011000 111 1010 1010110 110100

Color Harmonies of #EE411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE411D

Black with #EE411D

Text Example


Text Example

White with #EE411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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