Html Css Color HEX #ED1805 Scarlet

📋 copy color: '#ED1805'

red 237 ◦ green 24 ◦ blue 5

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

Shades of Scarlet #ED1805

Tints of Scarlet #ED1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 89.1%
G = 9.02%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1805 (or 0xED1805) is known color: Scarlet. HEX triplet: ED, 18 and 05. RGB value is (237,24,5). Sum of RGB (Red+Green+Blue) = 237+24+5=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1805 is #12E7FA. Grayscale: #555555. Windows color (decimal): -1239035 or 334061. OLE color: 334061.

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

Color convert

RGB 237 24 5 -
CMYK 0 0.90 0.98 0.07
HSL 4.91º 0.96% 0.47% -
HSV(B) 4.91º 0.98% 0.93% -
XYZ 35.28 18.67 1.89 -
YUV 85.52 82.57 236.04 -
System Red Green Blue C M Y K H S L
Decimal 237 24 5 0 0.90 0.98 0.07 4.91 0.96 0.47
Hex ED 18 5 0 5A 62 7 5 60 2F
Octal 355 30 5 0 132 142 7 5 140 57
Binary 11101101 11000 101 0 1011010 1100010 111 101 1100000 101111

Color Harmonies of #ED1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1805

Black with #ED1805

Text Example


Text Example

White with #ED1805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1805; }

 p { color: rgb(237,24,5); }

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

background-color css

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

 a { background-color: rgb(237,24,5); }

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

border-color css

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

 span { border-color: rgb(237,24,5); }

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