Html Css Color HEX #EC3934 Cinnabar

📋 copy color: '#EC3934'

red 236 ◦ green 57 ◦ blue 52

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

Shades of Cinnabar #EC3934

Tints of Cinnabar #EC3934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

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

R = 68.41%
G = 16.52%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3934 (or 0xEC3934) is known color: Cinnabar. HEX triplet: EC, 39 and 34. RGB value is (236,57,52). Sum of RGB (Red+Green+Blue) = 236+57+52=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3934 is #13C6CB. Grayscale: #6E6E6E. Windows color (decimal): -1296076 or 3422700. OLE color: 3422700.

HSL color Cylindrical-coordinate representation of color #EC3934: hue angle of 1.63º 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 #EC3934 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 52 -
CMYK 0 0.76 0.78 0.07
HSL 1.63º 0.83% 0.56% -
HSV(B) 1.63º 0.78% 0.93% -
XYZ 36.68 21.01 5.37 -
YUV 109.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 236 57 52 0 0.76 0.78 0.07 1.63 0.83 0.56
Hex EC 39 34 0 4C 4E 7 2 53 38
Octal 354 71 64 0 114 116 7 2 123 70
Binary 11101100 111001 110100 0 1001100 1001110 111 10 1010011 111000

Color Harmonies of #EC3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3934

Black with #EC3934

Text Example


Text Example

White with #EC3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3934; }

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

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

background-color css

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

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

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

border-color css

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

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

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