Html Css Color HEX #EC3932 Cinnabar

📋 copy color: '#EC3932'

red 236 ◦ green 57 ◦ blue 50

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

Shades of Cinnabar #EC3932

Tints of Cinnabar #EC3932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 68.8%
G = 16.62%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3932 (or 0xEC3932) is known color: Cinnabar. HEX triplet: EC, 39 and 32. RGB value is (236,57,50). Sum of RGB (Red+Green+Blue) = 236+57+50=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3932 is #13C6CD. Grayscale: #6D6D6D. Windows color (decimal): -1296078 or 3291628. OLE color: 3291628.

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

Color convert

RGB 236 57 50 -
CMYK 0 0.76 0.79 0.07
HSL 2.26º 0.83% 0.56% -
HSV(B) 2.26º 0.79% 0.93% -
XYZ 36.63 20.99 5.14 -
YUV 109.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 236 57 50 0 0.76 0.79 0.07 2.26 0.83 0.56
Hex EC 39 32 0 4C 4F 7 2 53 38
Octal 354 71 62 0 114 117 7 2 123 70
Binary 11101100 111001 110010 0 1001100 1001111 111 10 1010011 111000

Color Harmonies of #EC3932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3932

Black with #EC3932

Text Example


Text Example

White with #EC3932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3932; }

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

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

background-color css

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

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

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

border-color css

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

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

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