Html Css Color HEX #EC3C1B Cinnabar

📋 copy color: '#EC3C1B'

red 236 ◦ green 60 ◦ blue 27

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

Shades of Cinnabar #EC3C1B

Tints of Cinnabar #EC3C1B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

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

R = 73.07%
G = 18.58%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3C1B (or 0xEC3C1B) is known color: Cinnabar. HEX triplet: EC, 3C and 1B. RGB value is (236,60,27). Sum of RGB (Red+Green+Blue) = 236+60+27=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C1B is #13C3E4. Grayscale: #6D6D6D. Windows color (decimal): -1295333 or 1785068. OLE color: 1785068.

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

Color convert

RGB 236 60 27 -
CMYK 0 0.75 0.89 0.07
HSL 9.47º 0.85% 0.52% -
HSV(B) 9.47º 0.89% 0.93% -
XYZ 36.41 21.14 3.2 -
YUV 108.86 81.81 218.68 -
System Red Green Blue C M Y K H S L
Decimal 236 60 27 0 0.75 0.89 0.07 9.47 0.85 0.52
Hex EC 3C 1B 0 4B 59 7 9 55 34
Octal 354 74 33 0 113 131 7 11 125 64
Binary 11101100 111100 11011 0 1001011 1011001 111 1001 1010101 110100

Color Harmonies of #EC3C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C1B

Black with #EC3C1B

Text Example


Text Example

White with #EC3C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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