Html Css Color HEX #ED3411 Scarlet

📋 copy color: '#ED3411'

red 237 ◦ green 52 ◦ blue 17

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

Shades of Scarlet #ED3411

Tints of Scarlet #ED3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

 BLUE value IS 17 (7.03% from 255) = 5.56%

R = 77.45%
G = 16.99%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED3411 (or 0xED3411) is known color: Scarlet. HEX triplet: ED, 34 and 11. RGB value is (237,52,17). Sum of RGB (Red+Green+Blue) = 237+52+17=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3411 is #12CBEE. Grayscale: #676767. Windows color (decimal): -1231855 or 1127661. OLE color: 1127661.

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

Color convert

RGB 237 52 17 -
CMYK 0 0.78 0.93 0.07
HSL 9.55º 0.87% 0.5% -
HSV(B) 9.55º 0.93% 0.93% -
XYZ 36.25 20.5 2.58 -
YUV 103.33 79.29 223.35 -
System Red Green Blue C M Y K H S L
Decimal 237 52 17 0 0.78 0.93 0.07 9.55 0.87 0.5
Hex ED 34 11 0 4E 5D 7 A 57 32
Octal 355 64 21 0 116 135 7 12 127 62
Binary 11101101 110100 10001 0 1001110 1011101 111 1010 1010111 110010

Color Harmonies of #ED3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3411

Black with #ED3411

Text Example


Text Example

White with #ED3411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3411; }

 p { color: rgb(237,52,17); }

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

background-color css

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

 a { background-color: rgb(237,52,17); }

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

border-color css

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

 span { border-color: rgb(237,52,17); }

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