Html Css Color HEX #ED3510 Scarlet

📋 copy color: '#ED3510'

red 237 ◦ green 53 ◦ blue 16

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

Shades of Scarlet #ED3510

Tints of Scarlet #ED3510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 77.45%
G = 17.32%
B = 5.23%

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

#ED3510 (or 0xED3510) is known color: Scarlet. HEX triplet: ED, 35 and 10. RGB value is (237,53,16). Sum of RGB (Red+Green+Blue) = 237+53+16=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3510 is #12CAEF. Grayscale: #686868. Windows color (decimal): -1231600 or 1062381. OLE color: 1062381.

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

Color convert

RGB 237 53 16 -
CMYK 0 0.78 0.93 0.07
HSL 10.05º 0.87% 0.5% -
HSV(B) 10.05º 0.93% 0.93% -
XYZ 36.29 20.59 2.55 -
YUV 103.8 78.46 223.01 -
System Red Green Blue C M Y K H S L
Decimal 237 53 16 0 0.78 0.93 0.07 10.05 0.87 0.5
Hex ED 35 10 0 4E 5D 7 A 57 32
Octal 355 65 20 0 116 135 7 12 127 62
Binary 11101101 110101 10000 0 1001110 1011101 111 1010 1010111 110010

Color Harmonies of #ED3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3510

Black with #ED3510

Text Example


Text Example

White with #ED3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3510; }

 p { color: rgb(237,53,16); }

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

background-color css

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

 a { background-color: rgb(237,53,16); }

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

border-color css

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

 span { border-color: rgb(237,53,16); }

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