Html Css Color HEX #E84A1D Cinnabar

📋 copy color: '#E84A1D'

red 232 ◦ green 74 ◦ blue 29

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

Shades of Cinnabar #E84A1D

Tints of Cinnabar #E84A1D

RGB

 RED value IS 232 (91.02% from 255) = 69.25%

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 69.25%
G = 22.09%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E84A1D (or 0xE84A1D) is known color: Cinnabar. HEX triplet: E8, 4A and 1D. RGB value is (232,74,29). Sum of RGB (Red+Green+Blue) = 232+74+29=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84A1D is #17B5E2. Grayscale: #747474. Windows color (decimal): -1553891 or 1919720. OLE color: 1919720.

HSL color Cylindrical-coordinate representation of color #E84A1D: hue angle of 13.3º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E84A1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 74 29 -
CMYK 0 0.68 0.88 0.09
HSL 13.3º 0.82% 0.51% -
HSV(B) 13.3º 0.88% 0.91% -
XYZ 35.95 22.14 3.54 -
YUV 116.11 78.85 210.66 -
System Red Green Blue C M Y K H S L
Decimal 232 74 29 0 0.68 0.88 0.09 13.3 0.82 0.51
Hex E8 4A 1D 0 44 58 9 D 52 33
Octal 350 112 35 0 104 130 11 15 122 63
Binary 11101000 1001010 11101 0 1000100 1011000 1001 1101 1010010 110011

Color Harmonies of #E84A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A1D

Black with #E84A1D

Text Example


Text Example

White with #E84A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A1D; }

 p { color: rgb(232,74,29); }

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

background-color css

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

 a { background-color: rgb(232,74,29); }

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

border-color css

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

 span { border-color: rgb(232,74,29); }

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