Html Css Color HEX #ED2215 Scarlet

📋 copy color: '#ED2215'

red 237 ◦ green 34 ◦ blue 21

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

Shades of Scarlet #ED2215

Tints of Scarlet #ED2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 81.16%
G = 11.64%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2215 (or 0xED2215) is known color: Scarlet. HEX triplet: ED, 22 and 15. RGB value is (237,34,21). Sum of RGB (Red+Green+Blue) = 237+34+21=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2215 is #12DDEA. Grayscale: #5D5D5D. Windows color (decimal): -1236459 or 1385197. OLE color: 1385197.

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

Color convert

RGB 237 34 21 -
CMYK 0 0.86 0.91 0.07
HSL 3.61º 0.86% 0.51% -
HSV(B) 3.61º 0.91% 0.93% -
XYZ 35.63 19.2 2.54 -
YUV 93.22 87.25 230.56 -
System Red Green Blue C M Y K H S L
Decimal 237 34 21 0 0.86 0.91 0.07 3.61 0.86 0.51
Hex ED 22 15 0 56 5B 7 4 56 33
Octal 355 42 25 0 126 133 7 4 126 63
Binary 11101101 100010 10101 0 1010110 1011011 111 100 1010110 110011

Color Harmonies of #ED2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2215

Black with #ED2215

Text Example


Text Example

White with #ED2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2215; }

 p { color: rgb(237,34,21); }

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

background-color css

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

 a { background-color: rgb(237,34,21); }

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

border-color css

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

 span { border-color: rgb(237,34,21); }

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