Html Css Color HEX #EC312A Cinnabar

📋 copy color: '#EC312A'

red 236 ◦ green 49 ◦ blue 42

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

Shades of Cinnabar #EC312A

Tints of Cinnabar #EC312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

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

R = 72.17%
G = 14.98%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC312A (or 0xEC312A) is known color: Cinnabar. HEX triplet: EC, 31 and 2A. RGB value is (236,49,42). Sum of RGB (Red+Green+Blue) = 236+49+42=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC312A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC312A is #13CED5. Grayscale: #686868. Windows color (decimal): -1298134 or 2765292. OLE color: 2765292.

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

Color convert

RGB 236 49 42 -
CMYK 0 0.79 0.82 0.07
HSL 2.16º 0.84% 0.55% -
HSV(B) 2.16º 0.82% 0.93% -
XYZ 36.11 20.2 4.19 -
YUV 104.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 236 49 42 0 0.79 0.82 0.07 2.16 0.84 0.55
Hex EC 31 2A 0 4F 52 7 2 54 37
Octal 354 61 52 0 117 122 7 2 124 67
Binary 11101100 110001 101010 0 1001111 1010010 111 10 1010100 110111

Color Harmonies of #EC312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC312A

Black with #EC312A

Text Example


Text Example

White with #EC312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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