Html Css Color HEX #EC4428 Cinnabar

📋 copy color: '#EC4428'

red 236 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #EC4428

Tints of Cinnabar #EC4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 68.6%
G = 19.77%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC4428 (or 0xEC4428) is known color: Cinnabar. HEX triplet: EC, 44 and 28. RGB value is (236,68,40). Sum of RGB (Red+Green+Blue) = 236+68+40=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4428 is #13BBD7. Grayscale: #737373. Windows color (decimal): -1293272 or 2639084. OLE color: 2639084.

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

Color convert

RGB 236 68 40 -
CMYK 0 0.71 0.83 0.07
HSL 8.57º 0.84% 0.54% -
HSV(B) 8.57º 0.83% 0.93% -
XYZ 37.04 22.12 4.32 -
YUV 115.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 236 68 40 0 0.71 0.83 0.07 8.57 0.84 0.54
Hex EC 44 28 0 47 53 7 9 54 36
Octal 354 104 50 0 107 123 7 11 124 66
Binary 11101100 1000100 101000 0 1000111 1010011 111 1001 1010100 110110

Color Harmonies of #EC4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4428

Black with #EC4428

Text Example


Text Example

White with #EC4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4428; }

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

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

background-color css

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

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

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

border-color css

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

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

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