Html Css Color HEX #EC392A Cinnabar

📋 copy color: '#EC392A'

red 236 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #EC392A

Tints of Cinnabar #EC392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.54%

R = 70.45%
G = 17.01%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC392A (or 0xEC392A) is known color: Cinnabar. HEX triplet: EC, 39 and 2A. RGB value is (236,57,42). Sum of RGB (Red+Green+Blue) = 236+57+42=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC392A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC392A is #13C6D5. Grayscale: #6D6D6D. Windows color (decimal): -1296086 or 2767340. OLE color: 2767340.

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

Color convert

RGB 236 57 42 -
CMYK 0 0.76 0.82 0.07
HSL 4.64º 0.84% 0.55% -
HSV(B) 4.64º 0.82% 0.93% -
XYZ 36.47 20.93 4.31 -
YUV 108.81 90.3 218.72 -
System Red Green Blue C M Y K H S L
Decimal 236 57 42 0 0.76 0.82 0.07 4.64 0.84 0.55
Hex EC 39 2A 0 4C 52 7 5 54 37
Octal 354 71 52 0 114 122 7 5 124 67
Binary 11101100 111001 101010 0 1001100 1010010 111 101 1010100 110111

Color Harmonies of #EC392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC392A

Black with #EC392A

Text Example


Text Example

White with #EC392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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