Html Css Color HEX #ED2F15 Scarlet

📋 copy color: '#ED2F15'

red 237 ◦ green 47 ◦ blue 21

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

Shades of Scarlet #ED2F15

Tints of Scarlet #ED2F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 77.7%
G = 15.41%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2F15 (or 0xED2F15) is known color: Scarlet. HEX triplet: ED, 2F and 15. RGB value is (237,47,21). Sum of RGB (Red+Green+Blue) = 237+47+21=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2F15 is #12D0EA. Grayscale: #656565. Windows color (decimal): -1233131 or 1388525. OLE color: 1388525.

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

Color convert

RGB 237 47 21 -
CMYK 0 0.80 0.91 0.07
HSL 7.22º 0.86% 0.51% -
HSV(B) 7.22º 0.91% 0.93% -
XYZ 36.08 20.09 2.69 -
YUV 100.85 82.95 225.11 -
System Red Green Blue C M Y K H S L
Decimal 237 47 21 0 0.80 0.91 0.07 7.22 0.86 0.51
Hex ED 2F 15 0 50 5B 7 7 56 33
Octal 355 57 25 0 120 133 7 7 126 63
Binary 11101101 101111 10101 0 1010000 1011011 111 111 1010110 110011

Color Harmonies of #ED2F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F15

Black with #ED2F15

Text Example


Text Example

White with #ED2F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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