Html Css Color HEX #ED5239 Cinnabar

📋 copy color: '#ED5239'

red 237 ◦ green 82 ◦ blue 57

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

Shades of Cinnabar #ED5239

Tints of Cinnabar #ED5239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 57 (22.66% from 255) = 15.16%

R = 63.03%
G = 21.81%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED5239 (or 0xED5239) is known color: Cinnabar. HEX triplet: ED, 52 and 39. RGB value is (237,82,57). Sum of RGB (Red+Green+Blue) = 237+82+57=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5239 is #12ADC6. Grayscale: #7D7D7D. Windows color (decimal): -1224135 or 3756781. OLE color: 3756781.

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

Color convert

RGB 237 82 57 -
CMYK 0 0.65 0.76 0.07
HSL 8.33º 0.83% 0.58% -
HSV(B) 8.33º 0.76% 0.93% -
XYZ 38.68 24.33 6.53 -
YUV 125.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 237 82 57 0 0.65 0.76 0.07 8.33 0.83 0.58
Hex ED 52 39 0 41 4C 7 8 53 3A
Octal 355 122 71 0 101 114 7 10 123 72
Binary 11101101 1010010 111001 0 1000001 1001100 111 1000 1010011 111010

Color Harmonies of #ED5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5239

Black with #ED5239

Text Example


Text Example

White with #ED5239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5239; }

 p { color: rgb(237,82,57); }

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

background-color css

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

 a { background-color: rgb(237,82,57); }

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

border-color css

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

 span { border-color: rgb(237,82,57); }

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