Html Css Color HEX #ED1309 Scarlet

📋 copy color: '#ED1309'

red 237 ◦ green 19 ◦ blue 9

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

Shades of Scarlet #ED1309

Tints of Scarlet #ED1309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 89.43%
G = 7.17%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED1309 (or 0xED1309) is known color: Scarlet. HEX triplet: ED, 13 and 09. RGB value is (237,19,9). Sum of RGB (Red+Green+Blue) = 237+19+9=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1309 is #12ECF6. Grayscale: #535353. Windows color (decimal): -1240311 or 594925. OLE color: 594925.

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

Color convert

RGB 237 19 9 -
CMYK 0 0.92 0.96 0.07
HSL 2.63º 0.93% 0.48% -
HSV(B) 2.63º 0.96% 0.93% -
XYZ 35.21 18.49 1.97 -
YUV 83.04 86.22 237.81 -
System Red Green Blue C M Y K H S L
Decimal 237 19 9 0 0.92 0.96 0.07 2.63 0.93 0.48
Hex ED 13 9 0 5C 60 7 3 5D 30
Octal 355 23 11 0 134 140 7 3 135 60
Binary 11101101 10011 1001 0 1011100 1100000 111 11 1011101 110000

Color Harmonies of #ED1309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1309

Black with #ED1309

Text Example


Text Example

White with #ED1309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1309; }

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

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

background-color css

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

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

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

border-color css

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

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

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