Html Css Color HEX #EC5023 Cinnabar

📋 copy color: '#EC5023'

red 236 ◦ green 80 ◦ blue 35

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

Shades of Cinnabar #EC5023

Tints of Cinnabar #EC5023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.97%

R = 67.24%
G = 22.79%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC5023 (or 0xEC5023) is known color: Cinnabar. HEX triplet: EC, 50 and 23. RGB value is (236,80,35). Sum of RGB (Red+Green+Blue) = 236+80+35=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5023 is #13AFDC. Grayscale: #797979. Windows color (decimal): -1290205 or 2314476. OLE color: 2314476.

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

Color convert

RGB 236 80 35 -
CMYK 0 0.66 0.85 0.07
HSL 13.43º 0.84% 0.53% -
HSV(B) 13.43º 0.85% 0.93% -
XYZ 37.76 23.69 4.17 -
YUV 121.51 79.18 209.66 -
System Red Green Blue C M Y K H S L
Decimal 236 80 35 0 0.66 0.85 0.07 13.43 0.84 0.53
Hex EC 50 23 0 42 55 7 D 54 35
Octal 354 120 43 0 102 125 7 15 124 65
Binary 11101100 1010000 100011 0 1000010 1010101 111 1101 1010100 110101

Color Harmonies of #EC5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5023

Black with #EC5023

Text Example


Text Example

White with #EC5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5023; }

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

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

background-color css

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

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

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

border-color css

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

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

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