Html Css Color HEX #EC4D1E Cinnabar

📋 copy color: '#EC4D1E'

red 236 ◦ green 77 ◦ blue 30

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

Shades of Cinnabar #EC4D1E

Tints of Cinnabar #EC4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 68.8%
G = 22.45%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC4D1E (or 0xEC4D1E) is known color: Cinnabar. HEX triplet: EC, 4D and 1E. RGB value is (236,77,30). Sum of RGB (Red+Green+Blue) = 236+77+30=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D1E is #13B2E1. Grayscale: #777777. Windows color (decimal): -1290978 or 1986028. OLE color: 1986028.

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

Color convert

RGB 236 77 30 -
CMYK 0 0.67 0.87 0.07
HSL 13.69º 0.84% 0.52% -
HSV(B) 13.69º 0.87% 0.93% -
XYZ 37.48 23.23 3.74 -
YUV 119.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 236 77 30 0 0.67 0.87 0.07 13.69 0.84 0.52
Hex EC 4D 1E 0 43 57 7 E 54 34
Octal 354 115 36 0 103 127 7 16 124 64
Binary 11101100 1001101 11110 0 1000011 1010111 111 1110 1010100 110100

Color Harmonies of #EC4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D1E

Black with #EC4D1E

Text Example


Text Example

White with #EC4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D1E; }

 p { color: rgb(236,77,30); }

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

background-color css

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

 a { background-color: rgb(236,77,30); }

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

border-color css

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

 span { border-color: rgb(236,77,30); }

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