Html Css Color HEX #EC4934 Cinnabar

📋 copy color: '#EC4934'

red 236 ◦ green 73 ◦ blue 52

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

Shades of Cinnabar #EC4934

Tints of Cinnabar #EC4934

RGB

 RED value IS 236 (92.58% from 255) = 65.37%

 GREEN value IS 73 (28.91% from 255) = 20.22%

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

R = 65.37%
G = 20.22%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4934 (or 0xEC4934) is known color: Cinnabar. HEX triplet: EC, 49 and 34. RGB value is (236,73,52). Sum of RGB (Red+Green+Blue) = 236+73+52=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4934 is #13B6CB. Grayscale: #777777. Windows color (decimal): -1291980 or 3426796. OLE color: 3426796.

HSL color Cylindrical-coordinate representation of color #EC4934: hue angle of 6.85º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC4934 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 52 -
CMYK 0 0.69 0.78 0.07
HSL 6.85º 0.83% 0.56% -
HSV(B) 6.85º 0.78% 0.93% -
XYZ 37.59 22.85 5.68 -
YUV 119.34 90 211.21 -
System Red Green Blue C M Y K H S L
Decimal 236 73 52 0 0.69 0.78 0.07 6.85 0.83 0.56
Hex EC 49 34 0 45 4E 7 7 53 38
Octal 354 111 64 0 105 116 7 7 123 70
Binary 11101100 1001001 110100 0 1000101 1001110 111 111 1010011 111000

Color Harmonies of #EC4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4934

Black with #EC4934

Text Example


Text Example

White with #EC4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4934; }

 p { color: rgb(236,73,52); }

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

background-color css

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

 a { background-color: rgb(236,73,52); }

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

border-color css

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

 span { border-color: rgb(236,73,52); }

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