Html Css Color HEX #EC371D Cinnabar

📋 copy color: '#EC371D'

red 236 ◦ green 55 ◦ blue 29

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

Shades of Cinnabar #EC371D

Tints of Cinnabar #EC371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 73.75%
G = 17.19%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC371D (or 0xEC371D) is known color: Cinnabar. HEX triplet: EC, 37 and 1D. RGB value is (236,55,29). Sum of RGB (Red+Green+Blue) = 236+55+29=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC371D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC371D is #13C8E2. Grayscale: #6A6A6A. Windows color (decimal): -1296611 or 1914860. OLE color: 1914860.

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

Color convert

RGB 236 55 29 -
CMYK 0 0.77 0.88 0.07
HSL 7.54º 0.84% 0.52% -
HSV(B) 7.54º 0.88% 0.93% -
XYZ 36.18 20.65 3.24 -
YUV 106.16 84.47 220.61 -
System Red Green Blue C M Y K H S L
Decimal 236 55 29 0 0.77 0.88 0.07 7.54 0.84 0.52
Hex EC 37 1D 0 4D 58 7 8 54 34
Octal 354 67 35 0 115 130 7 10 124 64
Binary 11101100 110111 11101 0 1001101 1011000 111 1000 1010100 110100

Color Harmonies of #EC371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC371D

Black with #EC371D

Text Example


Text Example

White with #EC371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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