Html Css Color HEX #EC381C Cinnabar

📋 copy color: '#EC381C'

red 236 ◦ green 56 ◦ blue 28

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

Shades of Cinnabar #EC381C

Tints of Cinnabar #EC381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

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

R = 73.75%
G = 17.5%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC381C (or 0xEC381C) is known color: Cinnabar. HEX triplet: EC, 38 and 1C. RGB value is (236,56,28). Sum of RGB (Red+Green+Blue) = 236+56+28=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC381C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC381C is #13C7E3. Grayscale: #6A6A6A. Windows color (decimal): -1296356 or 1849580. OLE color: 1849580.

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

Color convert

RGB 236 56 28 -
CMYK 0 0.76 0.88 0.07
HSL 8.08º 0.85% 0.52% -
HSV(B) 8.08º 0.88% 0.93% -
XYZ 36.22 20.75 3.19 -
YUV 106.63 83.63 220.28 -
System Red Green Blue C M Y K H S L
Decimal 236 56 28 0 0.76 0.88 0.07 8.08 0.85 0.52
Hex EC 38 1C 0 4C 58 7 8 55 34
Octal 354 70 34 0 114 130 7 10 125 64
Binary 11101100 111000 11100 0 1001100 1011000 111 1000 1010101 110100

Color Harmonies of #EC381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC381C

Black with #EC381C

Text Example


Text Example

White with #EC381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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