Html Css Color HEX #ED2404 Scarlet

📋 copy color: '#ED2404'

red 237 ◦ green 36 ◦ blue 4

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

Shades of Scarlet #ED2404

Tints of Scarlet #ED2404

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

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

R = 85.56%
G = 13%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2404 (or 0xED2404) is known color: Scarlet. HEX triplet: ED, 24 and 04. RGB value is (237,36,4). Sum of RGB (Red+Green+Blue) = 237+36+4=277 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.56% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2404 is #12DBFB. Grayscale: #5C5C5C. Windows color (decimal): -1235964 or 271597. OLE color: 271597.

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

Color convert

RGB 237 36 4 -
CMYK 0 0.85 0.98 0.07
HSL 8.24º 0.97% 0.47% -
HSV(B) 8.24º 0.98% 0.93% -
XYZ 35.58 19.28 1.96 -
YUV 92.45 78.09 231.1 -
System Red Green Blue C M Y K H S L
Decimal 237 36 4 0 0.85 0.98 0.07 8.24 0.97 0.47
Hex ED 24 4 0 55 62 7 8 61 2F
Octal 355 44 4 0 125 142 7 10 141 57
Binary 11101101 100100 100 0 1010101 1100010 111 1000 1100001 101111

Color Harmonies of #ED2404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2404

Black with #ED2404

Text Example


Text Example

White with #ED2404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2404; }

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

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

background-color css

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

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

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

border-color css

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

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

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