Html Css Color HEX #EC4026 Cinnabar

📋 copy color: '#EC4026'

red 236 ◦ green 64 ◦ blue 38

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

Shades of Cinnabar #EC4026

Tints of Cinnabar #EC4026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 69.82%
G = 18.93%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4026 (or 0xEC4026) is known color: Cinnabar. HEX triplet: EC, 40 and 26. RGB value is (236,64,38). Sum of RGB (Red+Green+Blue) = 236+64+38=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4026 is #13BFD9. Grayscale: #707070. Windows color (decimal): -1294298 or 2506988. OLE color: 2506988.

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

Color convert

RGB 236 64 38 -
CMYK 0 0.73 0.84 0.07
HSL 7.88º 0.84% 0.54% -
HSV(B) 7.88º 0.84% 0.93% -
XYZ 36.78 21.64 4.07 -
YUV 112.46 85.98 216.11 -
System Red Green Blue C M Y K H S L
Decimal 236 64 38 0 0.73 0.84 0.07 7.88 0.84 0.54
Hex EC 40 26 0 49 54 7 8 54 36
Octal 354 100 46 0 111 124 7 10 124 66
Binary 11101100 1000000 100110 0 1001001 1010100 111 1000 1010100 110110

Color Harmonies of #EC4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4026

Black with #EC4026

Text Example


Text Example

White with #EC4026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4026; }

 p { color: rgb(236,64,38); }

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

background-color css

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

 a { background-color: rgb(236,64,38); }

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

border-color css

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

 span { border-color: rgb(236,64,38); }

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