Html Css Color HEX #E34C34 Cinnabar

📋 copy color: '#E34C34'

red 227 ◦ green 76 ◦ blue 52

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

Shades of Cinnabar #E34C34

Tints of Cinnabar #E34C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 63.94%
G = 21.41%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E34C34 (or 0xE34C34) is known color: Cinnabar. HEX triplet: E3, 4C and 34. RGB value is (227,76,52). Sum of RGB (Red+Green+Blue) = 227+76+52=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C34 is #1CB3CB. Grayscale: #767676. Windows color (decimal): -1881036 or 3427555. OLE color: 3427555.

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

Color convert

RGB 227 76 52 -
CMYK 0 0.67 0.77 0.11
HSL 8.23º 0.76% 0.55% -
HSV(B) 8.23º 0.77% 0.89% -
XYZ 34.88 21.75 5.61 -
YUV 118.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 227 76 52 0 0.67 0.77 0.11 8.23 0.76 0.55
Hex E3 4C 34 0 43 4D B 8 4C 37
Octal 343 114 64 0 103 115 13 10 114 67
Binary 11100011 1001100 110100 0 1000011 1001101 1011 1000 1001100 110111

Color Harmonies of #E34C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C34

Black with #E34C34

Text Example


Text Example

White with #E34C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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