Html Css Color HEX #E34C1C Cinnabar

📋 copy color: '#E34C1C'

red 227 ◦ green 76 ◦ blue 28

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

Shades of Cinnabar #E34C1C

Tints of Cinnabar #E34C1C

RGB

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

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

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

R = 68.58%
G = 22.96%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E34C1C (or 0xE34C1C) is known color: Cinnabar. HEX triplet: E3, 4C and 1C. RGB value is (227,76,28). Sum of RGB (Red+Green+Blue) = 227+76+28=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C1C is #1CB3E3. Grayscale: #747474. Windows color (decimal): -1881060 or 1854691. OLE color: 1854691.

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

Color convert

RGB 227 76 28 -
CMYK 0 0.67 0.88 0.11
HSL 14.47º 0.78% 0.5% -
HSV(B) 14.47º 0.88% 0.89% -
XYZ 34.47 21.58 3.45 -
YUV 115.68 78.53 207.4 -
System Red Green Blue C M Y K H S L
Decimal 227 76 28 0 0.67 0.88 0.11 14.47 0.78 0.5
Hex E3 4C 1C 0 43 58 B E 4E 32
Octal 343 114 34 0 103 130 13 16 116 62
Binary 11100011 1001100 11100 0 1000011 1011000 1011 1110 1001110 110010

Color Harmonies of #E34C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C1C

Black with #E34C1C

Text Example


Text Example

White with #E34C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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