Html Css Color HEX #ED1405 Scarlet

📋 copy color: '#ED1405'

red 237 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #ED1405

Tints of Scarlet #ED1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 90.46%
G = 7.63%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1405 (or 0xED1405) is known color: Scarlet. HEX triplet: ED, 14 and 05. RGB value is (237,20,5). Sum of RGB (Red+Green+Blue) = 237+20+5=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1405 is #12EBFA. Grayscale: #535353. Windows color (decimal): -1240059 or 333037. OLE color: 333037.

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

Color convert

RGB 237 20 5 -
CMYK 0 0.92 0.98 0.07
HSL 3.88º 0.96% 0.47% -
HSV(B) 3.88º 0.98% 0.93% -
XYZ 35.2 18.52 1.86 -
YUV 83.17 83.89 237.72 -
System Red Green Blue C M Y K H S L
Decimal 237 20 5 0 0.92 0.98 0.07 3.88 0.96 0.47
Hex ED 14 5 0 5C 62 7 4 60 2F
Octal 355 24 5 0 134 142 7 4 140 57
Binary 11101101 10100 101 0 1011100 1100010 111 100 1100000 101111

Color Harmonies of #ED1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1405

Black with #ED1405

Text Example


Text Example

White with #ED1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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