Html Css Color HEX #ED2904 Scarlet

📋 copy color: '#ED2904'

red 237 ◦ green 41 ◦ blue 4

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

Shades of Scarlet #ED2904

Tints of Scarlet #ED2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 84.04%
G = 14.54%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED2904 (or 0xED2904) is known color: Scarlet. HEX triplet: ED, 29 and 04. RGB value is (237,41,4). Sum of RGB (Red+Green+Blue) = 237+41+4=282 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.04% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2904 is #12D6FB. Grayscale: #5F5F5F. Windows color (decimal): -1234684 or 272877. OLE color: 272877.

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

Color convert

RGB 237 41 4 -
CMYK 0 0.83 0.98 0.07
HSL 9.53º 0.97% 0.47% -
HSV(B) 9.53º 0.98% 0.93% -
XYZ 35.74 19.6 2.01 -
YUV 95.39 76.43 229.01 -
System Red Green Blue C M Y K H S L
Decimal 237 41 4 0 0.83 0.98 0.07 9.53 0.97 0.47
Hex ED 29 4 0 53 62 7 A 61 2F
Octal 355 51 4 0 123 142 7 12 141 57
Binary 11101101 101001 100 0 1010011 1100010 111 1010 1100001 101111

Color Harmonies of #ED2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2904

Black with #ED2904

Text Example


Text Example

White with #ED2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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