Html Css Color HEX #EC3028 Cinnabar

📋 copy color: '#EC3028'

red 236 ◦ green 48 ◦ blue 40

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

Shades of Cinnabar #EC3028

Tints of Cinnabar #EC3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

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

R = 72.84%
G = 14.81%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3028 (or 0xEC3028) is known color: Cinnabar. HEX triplet: EC, 30 and 28. RGB value is (236,48,40). Sum of RGB (Red+Green+Blue) = 236+48+40=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3028 is #13CFD7. Grayscale: #676767. Windows color (decimal): -1298392 or 2633964. OLE color: 2633964.

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

Color convert

RGB 236 48 40 -
CMYK 0 0.80 0.83 0.07
HSL 2.45º 0.84% 0.54% -
HSV(B) 2.45º 0.83% 0.93% -
XYZ 36.03 20.1 3.99 -
YUV 103.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 236 48 40 0 0.80 0.83 0.07 2.45 0.84 0.54
Hex EC 30 28 0 50 53 7 2 54 36
Octal 354 60 50 0 120 123 7 2 124 66
Binary 11101100 110000 101000 0 1010000 1010011 111 10 1010100 110110

Color Harmonies of #EC3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3028

Black with #EC3028

Text Example


Text Example

White with #EC3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3028; }

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

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

background-color css

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

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

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

border-color css

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

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

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