Html Css Color HEX #E04C3B Cinnabar

📋 copy color: '#E04C3B'

red 224 ◦ green 76 ◦ blue 59

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

Shades of Cinnabar #E04C3B

Tints of Cinnabar #E04C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 62.4%
G = 21.17%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E04C3B (or 0xE04C3B) is known color: Cinnabar. HEX triplet: E0, 4C and 3B. RGB value is (224,76,59). Sum of RGB (Red+Green+Blue) = 224+76+59=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C3B is #1FB3C4. Grayscale: #767676. Windows color (decimal): -2077637 or 3886304. OLE color: 3886304.

HSL color Cylindrical-coordinate representation of color #E04C3B: hue angle of 6.18º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E04C3B is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 59 -
CMYK 0 0.66 0.74 0.12
HSL 6.18º 0.73% 0.55% -
HSV(B) 6.18º 0.74% 0.88% -
XYZ 34.11 21.33 6.46 -
YUV 118.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 224 76 59 0 0.66 0.74 0.12 6.18 0.73 0.55
Hex E0 4C 3B 0 42 4A C 6 49 37
Octal 340 114 73 0 102 112 14 6 111 67
Binary 11100000 1001100 111011 0 1000010 1001010 1100 110 1001001 110111

Color Harmonies of #E04C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C3B

Black with #E04C3B

Text Example


Text Example

White with #E04C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C3B; }

 p { color: rgb(224,76,59); }

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

background-color css

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

 a { background-color: rgb(224,76,59); }

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

border-color css

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

 span { border-color: rgb(224,76,59); }

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