Html Css Color HEX #ED2916 Scarlet

📋 copy color: '#ED2916'

red 237 ◦ green 41 ◦ blue 22

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

Shades of Scarlet #ED2916

Tints of Scarlet #ED2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 79%
G = 13.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2916 (or 0xED2916) is known color: Scarlet. HEX triplet: ED, 29 and 16. RGB value is (237,41,22). Sum of RGB (Red+Green+Blue) = 237+41+22=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2916 is #12D6E9. Grayscale: #616161. Windows color (decimal): -1234666 or 1452525. OLE color: 1452525.

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

Color convert

RGB 237 41 22 -
CMYK 0 0.83 0.91 0.07
HSL 5.3º 0.86% 0.51% -
HSV(B) 5.3º 0.91% 0.93% -
XYZ 35.86 19.65 2.66 -
YUV 97.44 85.43 227.54 -
System Red Green Blue C M Y K H S L
Decimal 237 41 22 0 0.83 0.91 0.07 5.3 0.86 0.51
Hex ED 29 16 0 53 5B 7 5 56 33
Octal 355 51 26 0 123 133 7 5 126 63
Binary 11101101 101001 10110 0 1010011 1011011 111 101 1010110 110011

Color Harmonies of #ED2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2916

Black with #ED2916

Text Example


Text Example

White with #ED2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2916; }

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

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

background-color css

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

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

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

border-color css

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

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

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