Html Css Color HEX #ED3404 Scarlet

📋 copy color: '#ED3404'

red 237 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #ED3404

Tints of Scarlet #ED3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 80.89%
G = 17.75%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED3404 (or 0xED3404) is known color: Scarlet. HEX triplet: ED, 34 and 04. RGB value is (237,52,4). Sum of RGB (Red+Green+Blue) = 237+52+4=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3404 is #12CBFB. Grayscale: #666666. Windows color (decimal): -1231868 or 275693. OLE color: 275693.

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

Color convert

RGB 237 52 4 -
CMYK 0 0.78 0.98 0.07
HSL 12.36º 0.97% 0.47% -
HSV(B) 12.36º 0.98% 0.93% -
XYZ 36.17 20.47 2.16 -
YUV 101.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 237 52 4 0 0.78 0.98 0.07 12.36 0.97 0.47
Hex ED 34 4 0 4E 62 7 C 61 2F
Octal 355 64 4 0 116 142 7 14 141 57
Binary 11101101 110100 100 0 1001110 1100010 111 1100 1100001 101111

Color Harmonies of #ED3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3404

Black with #ED3404

Text Example


Text Example

White with #ED3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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