Html Css Color HEX #EC4828 Cinnabar

📋 copy color: '#EC4828'

red 236 ◦ green 72 ◦ blue 40

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

Shades of Cinnabar #EC4828

Tints of Cinnabar #EC4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

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

R = 67.82%
G = 20.69%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4828 (or 0xEC4828) is known color: Cinnabar. HEX triplet: EC, 48 and 28. RGB value is (236,72,40). Sum of RGB (Red+Green+Blue) = 236+72+40=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4828 is #13B7D7. Grayscale: #757575. Windows color (decimal): -1292248 or 2640108. OLE color: 2640108.

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

Color convert

RGB 236 72 40 -
CMYK 0 0.69 0.83 0.07
HSL 9.8º 0.84% 0.54% -
HSV(B) 9.8º 0.83% 0.93% -
XYZ 37.29 22.62 4.41 -
YUV 117.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 236 72 40 0 0.69 0.83 0.07 9.8 0.84 0.54
Hex EC 48 28 0 45 53 7 A 54 36
Octal 354 110 50 0 105 123 7 12 124 66
Binary 11101100 1001000 101000 0 1000101 1010011 111 1010 1010100 110110

Color Harmonies of #EC4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4828

Black with #EC4828

Text Example


Text Example

White with #EC4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4828; }

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

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

background-color css

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

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

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

border-color css

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

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

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