Html Css Color HEX #EC401C Cinnabar

📋 copy color: '#EC401C'

red 236 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #EC401C

Tints of Cinnabar #EC401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 71.95%
G = 19.51%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC401C (or 0xEC401C) is known color: Cinnabar. HEX triplet: EC, 40 and 1C. RGB value is (236,64,28). Sum of RGB (Red+Green+Blue) = 236+64+28=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC401C is #13BFE3. Grayscale: #6F6F6F. Windows color (decimal): -1294308 or 1851628. OLE color: 1851628.

HSL color Cylindrical-coordinate representation of color #EC401C: hue angle of 10.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC401C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 28 -
CMYK 0 0.73 0.88 0.07
HSL 10.38º 0.85% 0.52% -
HSV(B) 10.38º 0.88% 0.93% -
XYZ 36.64 21.58 3.33 -
YUV 111.32 80.98 216.93 -
System Red Green Blue C M Y K H S L
Decimal 236 64 28 0 0.73 0.88 0.07 10.38 0.85 0.52
Hex EC 40 1C 0 49 58 7 A 55 34
Octal 354 100 34 0 111 130 7 12 125 64
Binary 11101100 1000000 11100 0 1001001 1011000 111 1010 1010101 110100

Color Harmonies of #EC401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC401C

Black with #EC401C

Text Example


Text Example

White with #EC401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC401C; }

 p { color: rgb(236,64,28); }

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

background-color css

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

 a { background-color: rgb(236,64,28); }

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

border-color css

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

 span { border-color: rgb(236,64,28); }

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