Html Css Color HEX #ED1C09 Scarlet

📋 copy color: '#ED1C09'

red 237 ◦ green 28 ◦ blue 9

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

Shades of Scarlet #ED1C09

Tints of Scarlet #ED1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 9 (3.91% from 255) = 3.28%

R = 86.5%
G = 10.22%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED1C09 (or 0xED1C09) is known color: Scarlet. HEX triplet: ED, 1C and 09. RGB value is (237,28,9). Sum of RGB (Red+Green+Blue) = 237+28+9=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED1C09 is #12E3F6. Grayscale: #585858. Windows color (decimal): -1238007 or 597229. OLE color: 597229.

HSL color Cylindrical-coordinate representation of color #ED1C09: hue angle of 5º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED1C09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 28 9 -
CMYK 0 0.88 0.96 0.07
HSL 0.93% 0.48% -
HSV(B) 0.96% 0.93% -
XYZ 35.39 18.85 2.03 -
YUV 88.33 83.24 234.04 -
System Red Green Blue C M Y K H S L
Decimal 237 28 9 0 0.88 0.96 0.07 5 0.93 0.48
Hex ED 1C 9 0 58 60 7 5 5D 30
Octal 355 34 11 0 130 140 7 5 135 60
Binary 11101101 11100 1001 0 1011000 1100000 111 101 1011101 110000

Color Harmonies of #ED1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1C09

Black with #ED1C09

Text Example


Text Example

White with #ED1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1C09; }

 p { color: rgb(237,28,9); }

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

background-color css

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

 a { background-color: rgb(237,28,9); }

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

border-color css

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

 span { border-color: rgb(237,28,9); }

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