Html Css Color HEX #EC381D Cinnabar

📋 copy color: '#EC381D'

red 236 ◦ green 56 ◦ blue 29

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

Shades of Cinnabar #EC381D

Tints of Cinnabar #EC381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 73.52%
G = 17.45%
B = 9.03%

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

#EC381D (or 0xEC381D) is known color: Cinnabar. HEX triplet: EC, 38 and 1D. RGB value is (236,56,29). Sum of RGB (Red+Green+Blue) = 236+56+29=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC381D is #13C7E2. Grayscale: #6B6B6B. Windows color (decimal): -1296355 or 1915116. OLE color: 1915116.

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

Color convert

RGB 236 56 29 -
CMYK 0 0.76 0.88 0.07
HSL 7.83º 0.84% 0.52% -
HSV(B) 7.83º 0.88% 0.93% -
XYZ 36.23 20.75 3.26 -
YUV 106.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 236 56 29 0 0.76 0.88 0.07 7.83 0.84 0.52
Hex EC 38 1D 0 4C 58 7 8 54 34
Octal 354 70 35 0 114 130 7 10 124 64
Binary 11101100 111000 11101 0 1001100 1011000 111 1000 1010100 110100

Color Harmonies of #EC381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC381D

Black with #EC381D

Text Example


Text Example

White with #EC381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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