Html Css Color HEX #ED502E Cinnabar

📋 copy color: '#ED502E'

red 237 ◦ green 80 ◦ blue 46

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

Shades of Cinnabar #ED502E

Tints of Cinnabar #ED502E

RGB

 RED value IS 237 (92.97% from 255) = 65.29%

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

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 65.29%
G = 22.04%
B = 12.67%

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

#ED502E (or 0xED502E) is known color: Cinnabar. HEX triplet: ED, 50 and 2E. RGB value is (237,80,46). Sum of RGB (Red+Green+Blue) = 237+80+46=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED502E is #12AFD1. Grayscale: #7B7B7B. Windows color (decimal): -1224658 or 3035373. OLE color: 3035373.

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

Color convert

RGB 237 80 46 -
CMYK 0 0.66 0.81 0.07
HSL 10.68º 0.84% 0.55% -
HSV(B) 10.68º 0.81% 0.93% -
XYZ 38.29 23.94 5.19 -
YUV 123.07 84.51 209.26 -
System Red Green Blue C M Y K H S L
Decimal 237 80 46 0 0.66 0.81 0.07 10.68 0.84 0.55
Hex ED 50 2E 0 42 51 7 B 54 37
Octal 355 120 56 0 102 121 7 13 124 67
Binary 11101101 1010000 101110 0 1000010 1010001 111 1011 1010100 110111

Color Harmonies of #ED502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED502E

Black with #ED502E

Text Example


Text Example

White with #ED502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED502E; }

 p { color: rgb(237,80,46); }

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

background-color css

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

 a { background-color: rgb(237,80,46); }

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

border-color css

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

 span { border-color: rgb(237,80,46); }

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