Html Css Color HEX #ED2716 Scarlet

📋 copy color: '#ED2716'

red 237 ◦ green 39 ◦ blue 22

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

Shades of Scarlet #ED2716

Tints of Scarlet #ED2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 79.53%
G = 13.09%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2716 (or 0xED2716) is known color: Scarlet. HEX triplet: ED, 27 and 16. RGB value is (237,39,22). Sum of RGB (Red+Green+Blue) = 237+39+22=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2716 is #12D8E9. Grayscale: #606060. Windows color (decimal): -1235178 or 1452013. OLE color: 1452013.

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

Color convert

RGB 237 39 22 -
CMYK 0 0.84 0.91 0.07
HSL 4.74º 0.86% 0.51% -
HSV(B) 4.74º 0.91% 0.93% -
XYZ 35.8 19.51 2.64 -
YUV 96.26 86.1 228.38 -
System Red Green Blue C M Y K H S L
Decimal 237 39 22 0 0.84 0.91 0.07 4.74 0.86 0.51
Hex ED 27 16 0 54 5B 7 5 56 33
Octal 355 47 26 0 124 133 7 5 126 63
Binary 11101101 100111 10110 0 1010100 1011011 111 101 1010110 110011

Color Harmonies of #ED2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2716

Black with #ED2716

Text Example


Text Example

White with #ED2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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