Html Css Color HEX #E54D1F Cinnabar

📋 copy color: '#E54D1F'

red 229 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #E54D1F

Tints of Cinnabar #E54D1F

RGB

 RED value IS 229 (89.84% from 255) = 67.95%

 GREEN value IS 77 (30.47% from 255) = 22.85%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 67.95%
G = 22.85%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E54D1F (or 0xE54D1F) is known color: Cinnabar. HEX triplet: E5, 4D and 1F. RGB value is (229,77,31). Sum of RGB (Red+Green+Blue) = 229+77+31=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54D1F is #1AB2E0. Grayscale: #757575. Windows color (decimal): -1749729 or 2051557. OLE color: 2051557.

HSL color Cylindrical-coordinate representation of color #E54D1F: hue angle of 13.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E54D1F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 77 31 -
CMYK 0 0.66 0.86 0.10
HSL 13.94º 0.79% 0.51% -
HSV(B) 13.94º 0.86% 0.9% -
XYZ 35.21 22.06 3.7 -
YUV 117.2 79.36 207.74 -
System Red Green Blue C M Y K H S L
Decimal 229 77 31 0 0.66 0.86 0.10 13.94 0.79 0.51
Hex E5 4D 1F 0 42 56 A E 4F 33
Octal 345 115 37 0 102 126 12 16 117 63
Binary 11100101 1001101 11111 0 1000010 1010110 1010 1110 1001111 110011

Color Harmonies of #E54D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D1F

Black with #E54D1F

Text Example


Text Example

White with #E54D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D1F; }

 p { color: rgb(229,77,31); }

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

background-color css

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

 a { background-color: rgb(229,77,31); }

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

border-color css

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

 span { border-color: rgb(229,77,31); }

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