Html Css Color HEX #ED2005 Scarlet

📋 copy color: '#ED2005'

red 237 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #ED2005

Tints of Scarlet #ED2005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 86.5%
G = 11.68%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2005 (or 0xED2005) is known color: Scarlet. HEX triplet: ED, 20 and 05. RGB value is (237,32,5). Sum of RGB (Red+Green+Blue) = 237+32+5=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2005 is #12DFFA. Grayscale: #5A5A5A. Windows color (decimal): -1236987 or 336109. OLE color: 336109.

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

Color convert

RGB 237 32 5 -
CMYK 0 0.86 0.98 0.07
HSL 6.98º 0.96% 0.47% -
HSV(B) 6.98º 0.98% 0.93% -
XYZ 35.47 19.05 1.95 -
YUV 90.22 79.92 232.7 -
System Red Green Blue C M Y K H S L
Decimal 237 32 5 0 0.86 0.98 0.07 6.98 0.96 0.47
Hex ED 20 5 0 56 62 7 7 60 2F
Octal 355 40 5 0 126 142 7 7 140 57
Binary 11101101 100000 101 0 1010110 1100010 111 111 1100000 101111

Color Harmonies of #ED2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2005

Black with #ED2005

Text Example


Text Example

White with #ED2005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2005; }

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

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

background-color css

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

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

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

border-color css

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

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

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