Html Css Color HEX #ED4520 Cinnabar

📋 copy color: '#ED4520'

red 237 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #ED4520

Tints of Cinnabar #ED4520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 70.12%
G = 20.41%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4520 (or 0xED4520) is known color: Cinnabar. HEX triplet: ED, 45 and 20. RGB value is (237,69,32). Sum of RGB (Red+Green+Blue) = 237+69+32=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4520 is #12BADF. Grayscale: #737373. Windows color (decimal): -1227488 or 2115053. OLE color: 2115053.

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

Color convert

RGB 237 69 32 -
CMYK 0 0.71 0.86 0.07
HSL 10.83º 0.85% 0.53% -
HSV(B) 10.83º 0.86% 0.93% -
XYZ 37.31 22.37 3.72 -
YUV 115.01 81.16 215.01 -
System Red Green Blue C M Y K H S L
Decimal 237 69 32 0 0.71 0.86 0.07 10.83 0.85 0.53
Hex ED 45 20 0 47 56 7 B 55 35
Octal 355 105 40 0 107 126 7 13 125 65
Binary 11101101 1000101 100000 0 1000111 1010110 111 1011 1010101 110101

Color Harmonies of #ED4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4520

Black with #ED4520

Text Example


Text Example

White with #ED4520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4520; }

 p { color: rgb(237,69,32); }

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

background-color css

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

 a { background-color: rgb(237,69,32); }

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

border-color css

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

 span { border-color: rgb(237,69,32); }

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