Html Css Color HEX #EC4D28 Cinnabar

📋 copy color: '#EC4D28'

red 236 ◦ green 77 ◦ blue 40

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

Shades of Cinnabar #EC4D28

Tints of Cinnabar #EC4D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 66.86%
G = 21.81%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4D28 (or 0xEC4D28) is known color: Cinnabar. HEX triplet: EC, 4D and 28. RGB value is (236,77,40). Sum of RGB (Red+Green+Blue) = 236+77+40=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D28 is #13B2D7. Grayscale: #787878. Windows color (decimal): -1290968 or 2641388. OLE color: 2641388.

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

Color convert

RGB 236 77 40 -
CMYK 0 0.67 0.83 0.07
HSL 11.33º 0.84% 0.54% -
HSV(B) 11.33º 0.83% 0.93% -
XYZ 37.63 23.29 4.52 -
YUV 120.32 82.68 210.51 -
System Red Green Blue C M Y K H S L
Decimal 236 77 40 0 0.67 0.83 0.07 11.33 0.84 0.54
Hex EC 4D 28 0 43 53 7 B 54 36
Octal 354 115 50 0 103 123 7 13 124 66
Binary 11101100 1001101 101000 0 1000011 1010011 111 1011 1010100 110110

Color Harmonies of #EC4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D28

Black with #EC4D28

Text Example


Text Example

White with #EC4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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