Html Css Color HEX #ED2620 Cinnabar

📋 copy color: '#ED2620'

red 237 ◦ green 38 ◦ blue 32

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

Shades of Cinnabar #ED2620

Tints of Cinnabar #ED2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 77.2%
G = 12.38%
B = 10.42%

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

#ED2620 (or 0xED2620) is known color: Cinnabar. HEX triplet: ED, 26 and 20. RGB value is (237,38,32). Sum of RGB (Red+Green+Blue) = 237+38+32=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2620 is #12D9DF. Grayscale: #616161. Windows color (decimal): -1235424 or 2107117. OLE color: 2107117.

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

Color convert

RGB 237 38 32 -
CMYK 0 0.84 0.86 0.07
HSL 1.76º 0.85% 0.53% -
HSV(B) 1.76º 0.86% 0.93% -
XYZ 35.88 19.5 3.24 -
YUV 96.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 237 38 32 0 0.84 0.86 0.07 1.76 0.85 0.53
Hex ED 26 20 0 54 56 7 2 55 35
Octal 355 46 40 0 124 126 7 2 125 65
Binary 11101101 100110 100000 0 1010100 1010110 111 10 1010101 110101

Color Harmonies of #ED2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2620

Black with #ED2620

Text Example


Text Example

White with #ED2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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