Html Css Color HEX #ED2C15 Scarlet

📋 copy color: '#ED2C15'

red 237 ◦ green 44 ◦ blue 21

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

Shades of Scarlet #ED2C15

Tints of Scarlet #ED2C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 78.48%
G = 14.57%
B = 6.95%

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

#ED2C15 (or 0xED2C15) is known color: Scarlet. HEX triplet: ED, 2C and 15. RGB value is (237,44,21). Sum of RGB (Red+Green+Blue) = 237+44+21=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2C15 is #12D3EA. Grayscale: #636363. Windows color (decimal): -1233899 or 1387757. OLE color: 1387757.

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

Color convert

RGB 237 44 21 -
CMYK 0 0.81 0.91 0.07
HSL 6.39º 0.86% 0.51% -
HSV(B) 6.39º 0.91% 0.93% -
XYZ 35.96 19.86 2.65 -
YUV 99.09 83.94 226.37 -
System Red Green Blue C M Y K H S L
Decimal 237 44 21 0 0.81 0.91 0.07 6.39 0.86 0.51
Hex ED 2C 15 0 51 5B 7 6 56 33
Octal 355 54 25 0 121 133 7 6 126 63
Binary 11101101 101100 10101 0 1010001 1011011 111 110 1010110 110011

Color Harmonies of #ED2C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C15

Black with #ED2C15

Text Example


Text Example

White with #ED2C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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