Html Css Color HEX #E34C1D Cinnabar

📋 copy color: '#E34C1D'

red 227 ◦ green 76 ◦ blue 29

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

Shades of Cinnabar #E34C1D

Tints of Cinnabar #E34C1D

RGB

 RED value IS 227 (89.06% from 255) = 68.37%

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 68.37%
G = 22.89%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E34C1D (or 0xE34C1D) is known color: Cinnabar. HEX triplet: E3, 4C and 1D. RGB value is (227,76,29). Sum of RGB (Red+Green+Blue) = 227+76+29=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C1D is #1CB3E2. Grayscale: #747474. Windows color (decimal): -1881059 or 1920227. OLE color: 1920227.

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

Color convert

RGB 227 76 29 -
CMYK 0 0.67 0.87 0.11
HSL 14.24º 0.78% 0.5% -
HSV(B) 14.24º 0.87% 0.89% -
XYZ 34.48 21.59 3.51 -
YUV 115.79 79.03 207.32 -
System Red Green Blue C M Y K H S L
Decimal 227 76 29 0 0.67 0.87 0.11 14.24 0.78 0.5
Hex E3 4C 1D 0 43 57 B E 4E 32
Octal 343 114 35 0 103 127 13 16 116 62
Binary 11100011 1001100 11101 0 1000011 1010111 1011 1110 1001110 110010

Color Harmonies of #E34C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C1D

Black with #E34C1D

Text Example


Text Example

White with #E34C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C1D; }

 p { color: rgb(227,76,29); }

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

background-color css

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

 a { background-color: rgb(227,76,29); }

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

border-color css

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

 span { border-color: rgb(227,76,29); }

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