Html Css Color HEX #ED2D16 Scarlet

📋 copy color: '#ED2D16'

red 237 ◦ green 45 ◦ blue 22

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

Shades of Scarlet #ED2D16

Tints of Scarlet #ED2D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 77.96%
G = 14.8%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2D16 (or 0xED2D16) is known color: Scarlet. HEX triplet: ED, 2D and 16. RGB value is (237,45,22). Sum of RGB (Red+Green+Blue) = 237+45+22=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2D16 is #12D2E9. Grayscale: #646464. Windows color (decimal): -1233642 or 1453549. OLE color: 1453549.

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

Color convert

RGB 237 45 22 -
CMYK 0 0.81 0.91 0.07
HSL 6.42º 0.86% 0.51% -
HSV(B) 6.42º 0.91% 0.93% -
XYZ 36.01 19.94 2.71 -
YUV 99.79 84.11 225.87 -
System Red Green Blue C M Y K H S L
Decimal 237 45 22 0 0.81 0.91 0.07 6.42 0.86 0.51
Hex ED 2D 16 0 51 5B 7 6 56 33
Octal 355 55 26 0 121 133 7 6 126 63
Binary 11101101 101101 10110 0 1010001 1011011 111 110 1010110 110011

Color Harmonies of #ED2D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D16

Black with #ED2D16

Text Example


Text Example

White with #ED2D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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