Html Css Color HEX #EC502D Cinnabar

📋 copy color: '#EC502D'

red 236 ◦ green 80 ◦ blue 45

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

Shades of Cinnabar #EC502D

Tints of Cinnabar #EC502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 65.37%
G = 22.16%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC502D (or 0xEC502D) is known color: Cinnabar. HEX triplet: EC, 50 and 2D. RGB value is (236,80,45). Sum of RGB (Red+Green+Blue) = 236+80+45=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC502D is #13AFD2. Grayscale: #7A7A7A. Windows color (decimal): -1290195 or 2969836. OLE color: 2969836.

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

Color convert

RGB 236 80 45 -
CMYK 0 0.66 0.81 0.07
HSL 10.99º 0.83% 0.55% -
HSV(B) 10.99º 0.81% 0.93% -
XYZ 37.93 23.76 5.07 -
YUV 122.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 236 80 45 0 0.66 0.81 0.07 10.99 0.83 0.55
Hex EC 50 2D 0 42 51 7 B 53 37
Octal 354 120 55 0 102 121 7 13 123 67
Binary 11101100 1010000 101101 0 1000010 1010001 111 1011 1010011 110111

Color Harmonies of #EC502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC502D

Black with #EC502D

Text Example


Text Example

White with #EC502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC502D; }

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

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

background-color css

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

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

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

border-color css

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

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

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