Html Css Color HEX #ED2004 Scarlet

📋 copy color: '#ED2004'

red 237 ◦ green 32 ◦ blue 4

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

Shades of Scarlet #ED2004

Tints of Scarlet #ED2004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 86.81%
G = 11.72%
B = 1.47%

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

#ED2004 (or 0xED2004) is known color: Scarlet. HEX triplet: ED, 20 and 04. RGB value is (237,32,4). Sum of RGB (Red+Green+Blue) = 237+32+4=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2004 is #12DFFB. Grayscale: #5A5A5A. Windows color (decimal): -1236988 or 270573. OLE color: 270573.

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

Color convert

RGB 237 32 4 -
CMYK 0 0.86 0.98 0.07
HSL 7.21º 0.97% 0.47% -
HSV(B) 7.21º 0.98% 0.93% -
XYZ 35.46 19.05 1.92 -
YUV 90.1 79.42 232.78 -
System Red Green Blue C M Y K H S L
Decimal 237 32 4 0 0.86 0.98 0.07 7.21 0.97 0.47
Hex ED 20 4 0 56 62 7 7 61 2F
Octal 355 40 4 0 126 142 7 7 141 57
Binary 11101101 100000 100 0 1010110 1100010 111 111 1100001 101111

Color Harmonies of #ED2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2004

Black with #ED2004

Text Example


Text Example

White with #ED2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2004; }

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

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

background-color css

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

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

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

border-color css

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

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

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