Html Css Color HEX #ED3016 Scarlet

📋 copy color: '#ED3016'

red 237 ◦ green 48 ◦ blue 22

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

Shades of Scarlet #ED3016

Tints of Scarlet #ED3016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 77.2%
G = 15.64%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED3016 (or 0xED3016) is known color: Scarlet. HEX triplet: ED, 30 and 16. RGB value is (237,48,22). Sum of RGB (Red+Green+Blue) = 237+48+22=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3016 is #12CFE9. Grayscale: #656565. Windows color (decimal): -1232874 or 1454317. OLE color: 1454317.

HSL color Cylindrical-coordinate representation of color #ED3016: hue angle of 7.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED3016 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 22 -
CMYK 0 0.80 0.91 0.07
HSL 7.26º 0.86% 0.51% -
HSV(B) 7.26º 0.91% 0.93% -
XYZ 36.13 20.18 2.75 -
YUV 101.55 83.12 224.61 -
System Red Green Blue C M Y K H S L
Decimal 237 48 22 0 0.80 0.91 0.07 7.26 0.86 0.51
Hex ED 30 16 0 50 5B 7 7 56 33
Octal 355 60 26 0 120 133 7 7 126 63
Binary 11101101 110000 10110 0 1010000 1011011 111 111 1010110 110011

Color Harmonies of #ED3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3016

Black with #ED3016

Text Example


Text Example

White with #ED3016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3016; }

 p { color: rgb(237,48,22); }

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

background-color css

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

 a { background-color: rgb(237,48,22); }

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

border-color css

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

 span { border-color: rgb(237,48,22); }

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