Html Css Color HEX #ED2520 Cinnabar

📋 copy color: '#ED2520'

red 237 ◦ green 37 ◦ blue 32

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

Shades of Cinnabar #ED2520

Tints of Cinnabar #ED2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 77.45%
G = 12.09%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED2520 (or 0xED2520) is known color: Cinnabar. HEX triplet: ED, 25 and 20. RGB value is (237,37,32). Sum of RGB (Red+Green+Blue) = 237+37+32=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2520 is #12DADF. Grayscale: #606060. Windows color (decimal): -1235680 or 2106861. OLE color: 2106861.

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

Color convert

RGB 237 37 32 -
CMYK 0 0.84 0.86 0.07
HSL 1.46º 0.85% 0.53% -
HSV(B) 1.46º 0.86% 0.93% -
XYZ 35.85 19.43 3.23 -
YUV 96.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 237 37 32 0 0.84 0.86 0.07 1.46 0.85 0.53
Hex ED 25 20 0 54 56 7 1 55 35
Octal 355 45 40 0 124 126 7 1 125 65
Binary 11101101 100101 100000 0 1010100 1010110 111 1 1010101 110101

Color Harmonies of #ED2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2520

Black with #ED2520

Text Example


Text Example

White with #ED2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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