Html Css Color HEX #E0461C Cinnabar

📋 copy color: '#E0461C'

red 224 ◦ green 70 ◦ blue 28

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

Shades of Cinnabar #E0461C

Tints of Cinnabar #E0461C

RGB

 RED value IS 224 (87.89% from 255) = 69.57%

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

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

R = 69.57%
G = 21.74%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0461C (or 0xE0461C) is known color: Cinnabar. HEX triplet: E0, 46 and 1C. RGB value is (224,70,28). Sum of RGB (Red+Green+Blue) = 224+70+28=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0461C is #1FB9E3. Grayscale: #6F6F6F. Windows color (decimal): -2079204 or 1853152. OLE color: 1853152.

HSL color Cylindrical-coordinate representation of color #E0461C: hue angle of 12.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0461C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 70 28 -
CMYK 0 0.69 0.88 0.12
HSL 12.86º 0.78% 0.49% -
HSV(B) 12.86º 0.88% 0.88% -
XYZ 33.14 20.31 3.27 -
YUV 111.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 224 70 28 0 0.69 0.88 0.12 12.86 0.78 0.49
Hex E0 46 1C 0 45 58 C D 4E 31
Octal 340 106 34 0 105 130 14 15 116 61
Binary 11100000 1000110 11100 0 1000101 1011000 1100 1101 1001110 110001

Color Harmonies of #E0461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0461C

Black with #E0461C

Text Example


Text Example

White with #E0461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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