Html Css Color HEX #ED2B15 Scarlet

📋 copy color: '#ED2B15'

red 237 ◦ green 43 ◦ blue 21

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

Shades of Scarlet #ED2B15

Tints of Scarlet #ED2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.29%

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

R = 78.74%
G = 14.29%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED2B15 (or 0xED2B15) is known color: Scarlet. HEX triplet: ED, 2B and 15. RGB value is (237,43,21). Sum of RGB (Red+Green+Blue) = 237+43+21=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2B15 is #12D4EA. Grayscale: #626262. Windows color (decimal): -1234155 or 1387501. OLE color: 1387501.

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

Color convert

RGB 237 43 21 -
CMYK 0 0.82 0.91 0.07
HSL 6.11º 0.86% 0.51% -
HSV(B) 6.11º 0.91% 0.93% -
XYZ 35.92 19.79 2.64 -
YUV 98.5 84.27 226.79 -
System Red Green Blue C M Y K H S L
Decimal 237 43 21 0 0.82 0.91 0.07 6.11 0.86 0.51
Hex ED 2B 15 0 52 5B 7 6 56 33
Octal 355 53 25 0 122 133 7 6 126 63
Binary 11101101 101011 10101 0 1010010 1011011 111 110 1010110 110011

Color Harmonies of #ED2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B15

Black with #ED2B15

Text Example


Text Example

White with #ED2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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