Html Css Color HEX #ED3310 Scarlet

📋 copy color: '#ED3310'

red 237 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #ED3310

Tints of Scarlet #ED3310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 77.96%
G = 16.78%
B = 5.26%

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

#ED3310 (or 0xED3310) is known color: Scarlet. HEX triplet: ED, 33 and 10. RGB value is (237,51,16). Sum of RGB (Red+Green+Blue) = 237+51+16=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3310 is #12CCEF. Grayscale: #666666. Windows color (decimal): -1232112 or 1061869. OLE color: 1061869.

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

Color convert

RGB 237 51 16 -
CMYK 0 0.78 0.93 0.07
HSL 9.5º 0.87% 0.5% -
HSV(B) 9.5º 0.93% 0.93% -
XYZ 36.2 20.41 2.52 -
YUV 102.62 79.12 223.85 -
System Red Green Blue C M Y K H S L
Decimal 237 51 16 0 0.78 0.93 0.07 9.5 0.87 0.5
Hex ED 33 10 0 4E 5D 7 A 57 32
Octal 355 63 20 0 116 135 7 12 127 62
Binary 11101101 110011 10000 0 1001110 1011101 111 1010 1010111 110010

Color Harmonies of #ED3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3310

Black with #ED3310

Text Example


Text Example

White with #ED3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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