Html Css Color HEX #E04B1D Cinnabar

📋 copy color: '#E04B1D'

red 224 ◦ green 75 ◦ blue 29

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

Shades of Cinnabar #E04B1D

Tints of Cinnabar #E04B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.87%

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

R = 68.29%
G = 22.87%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E04B1D (or 0xE04B1D) is known color: Cinnabar. HEX triplet: E0, 4B and 1D. RGB value is (224,75,29). Sum of RGB (Red+Green+Blue) = 224+75+29=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04B1D is #1FB4E2. Grayscale: #727272. Windows color (decimal): -2077923 or 1919968. OLE color: 1919968.

HSL color Cylindrical-coordinate representation of color #E04B1D: hue angle of 14.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E04B1D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 75 29 -
CMYK 0 0.67 0.87 0.12
HSL 14.15º 0.77% 0.5% -
HSV(B) 14.15º 0.87% 0.88% -
XYZ 33.48 20.97 3.45 -
YUV 114.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 224 75 29 0 0.67 0.87 0.12 14.15 0.77 0.5
Hex E0 4B 1D 0 43 57 C E 4D 32
Octal 340 113 35 0 103 127 14 16 115 62
Binary 11100000 1001011 11101 0 1000011 1010111 1100 1110 1001101 110010

Color Harmonies of #E04B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04B1D

Black with #E04B1D

Text Example


Text Example

White with #E04B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04B1D; }

 p { color: rgb(224,75,29); }

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

background-color css

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

 a { background-color: rgb(224,75,29); }

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

border-color css

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

 span { border-color: rgb(224,75,29); }

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