Html Css Color HEX #EC5026 Cinnabar

📋 copy color: '#EC5026'

red 236 ◦ green 80 ◦ blue 38

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

Shades of Cinnabar #EC5026

Tints of Cinnabar #EC5026

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 66.67%
G = 22.6%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC5026 (or 0xEC5026) is known color: Cinnabar. HEX triplet: EC, 50 and 26. RGB value is (236,80,38). Sum of RGB (Red+Green+Blue) = 236+80+38=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5026 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5026 is #13AFD9. Grayscale: #7A7A7A. Windows color (decimal): -1290202 or 2511084. OLE color: 2511084.

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

Color convert

RGB 236 80 38 -
CMYK 0 0.66 0.84 0.07
HSL 12.73º 0.84% 0.54% -
HSV(B) 12.73º 0.84% 0.93% -
XYZ 37.81 23.71 4.42 -
YUV 121.86 80.68 209.42 -
System Red Green Blue C M Y K H S L
Decimal 236 80 38 0 0.66 0.84 0.07 12.73 0.84 0.54
Hex EC 50 26 0 42 54 7 D 54 36
Octal 354 120 46 0 102 124 7 15 124 66
Binary 11101100 1010000 100110 0 1000010 1010100 111 1101 1010100 110110

Color Harmonies of #EC5026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5026

Black with #EC5026

Text Example


Text Example

White with #EC5026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5026; }

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

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

background-color css

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

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

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

border-color css

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

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

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