Html Css Color HEX #ED501F Cinnabar

📋 copy color: '#ED501F'

red 237 ◦ green 80 ◦ blue 31

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

Shades of Cinnabar #ED501F

Tints of Cinnabar #ED501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 68.1%
G = 22.99%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED501F (or 0xED501F) is known color: Cinnabar. HEX triplet: ED, 50 and 1F. RGB value is (237,80,31). Sum of RGB (Red+Green+Blue) = 237+80+31=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED501F is #12AFE0. Grayscale: #797979. Windows color (decimal): -1224673 or 2052333. OLE color: 2052333.

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

Color convert

RGB 237 80 31 -
CMYK 0 0.66 0.87 0.07
HSL 14.27º 0.85% 0.53% -
HSV(B) 14.27º 0.87% 0.93% -
XYZ 38.04 23.84 3.89 -
YUV 121.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 237 80 31 0 0.66 0.87 0.07 14.27 0.85 0.53
Hex ED 50 1F 0 42 57 7 E 55 35
Octal 355 120 37 0 102 127 7 16 125 65
Binary 11101101 1010000 11111 0 1000010 1010111 111 1110 1010101 110101

Color Harmonies of #ED501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED501F

Black with #ED501F

Text Example


Text Example

White with #ED501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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