Html Css Color HEX #EC381B Cinnabar

📋 copy color: '#EC381B'

red 236 ◦ green 56 ◦ blue 27

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

Shades of Cinnabar #EC381B

Tints of Cinnabar #EC381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 73.98%
G = 17.55%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC381B (or 0xEC381B) is known color: Cinnabar. HEX triplet: EC, 38 and 1B. RGB value is (236,56,27). Sum of RGB (Red+Green+Blue) = 236+56+27=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC381B is #13C7E4. Grayscale: #6A6A6A. Windows color (decimal): -1296357 or 1784044. OLE color: 1784044.

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

Color convert

RGB 236 56 27 -
CMYK 0 0.76 0.89 0.07
HSL 8.33º 0.85% 0.52% -
HSV(B) 8.33º 0.89% 0.93% -
XYZ 36.2 20.74 3.13 -
YUV 106.51 83.13 220.36 -
System Red Green Blue C M Y K H S L
Decimal 236 56 27 0 0.76 0.89 0.07 8.33 0.85 0.52
Hex EC 38 1B 0 4C 59 7 8 55 34
Octal 354 70 33 0 114 131 7 10 125 64
Binary 11101100 111000 11011 0 1001100 1011001 111 1000 1010101 110100

Color Harmonies of #EC381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC381B

Black with #EC381B

Text Example


Text Example

White with #EC381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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