Html Css Color HEX #ED1D04 Scarlet

📋 copy color: '#ED1D04'

red 237 ◦ green 29 ◦ blue 4

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

Shades of Scarlet #ED1D04

Tints of Scarlet #ED1D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

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

R = 87.78%
G = 10.74%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1D04 (or 0xED1D04) is known color: Scarlet. HEX triplet: ED, 1D and 04. RGB value is (237,29,4). Sum of RGB (Red+Green+Blue) = 237+29+4=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1D04 is #12E2FB. Grayscale: #585858. Windows color (decimal): -1237756 or 269805. OLE color: 269805.

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

Color convert

RGB 237 29 4 -
CMYK 0 0.88 0.98 0.07
HSL 6.44º 0.97% 0.47% -
HSV(B) 6.44º 0.98% 0.93% -
XYZ 35.39 18.89 1.9 -
YUV 88.34 80.41 234.03 -
System Red Green Blue C M Y K H S L
Decimal 237 29 4 0 0.88 0.98 0.07 6.44 0.97 0.47
Hex ED 1D 4 0 58 62 7 6 61 2F
Octal 355 35 4 0 130 142 7 6 141 57
Binary 11101101 11101 100 0 1011000 1100010 111 110 1100001 101111

Color Harmonies of #ED1D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1D04

Black with #ED1D04

Text Example


Text Example

White with #ED1D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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