Html Css Color HEX #EE461C Cinnabar

📋 copy color: '#EE461C'

red 238 ◦ green 70 ◦ blue 28

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

Shades of Cinnabar #EE461C

Tints of Cinnabar #EE461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 70.83%
G = 20.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE461C (or 0xEE461C) is known color: Cinnabar. HEX triplet: EE, 46 and 1C. RGB value is (238,70,28). Sum of RGB (Red+Green+Blue) = 238+70+28=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE461C is #11B9E3. Grayscale: #737373. Windows color (decimal): -1161700 or 1853166. OLE color: 1853166.

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

Color convert

RGB 238 70 28 -
CMYK 0 0.71 0.88 0.07
HSL 12º 0.86% 0.52% -
HSV(B) 12º 0.88% 0.93% -
XYZ 37.66 22.64 3.48 -
YUV 115.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 238 70 28 0 0.71 0.88 0.07 12 0.86 0.52
Hex EE 46 1C 0 47 58 7 C 56 34
Octal 356 106 34 0 107 130 7 14 126 64
Binary 11101110 1000110 11100 0 1000111 1011000 111 1100 1010110 110100

Color Harmonies of #EE461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE461C

Black with #EE461C

Text Example


Text Example

White with #EE461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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