Html Css Color HEX #ED3215 Scarlet

📋 copy color: '#ED3215'

red 237 ◦ green 50 ◦ blue 21

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

Shades of Scarlet #ED3215

Tints of Scarlet #ED3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 76.95%
G = 16.23%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED3215 (or 0xED3215) is known color: Scarlet. HEX triplet: ED, 32 and 15. RGB value is (237,50,21). Sum of RGB (Red+Green+Blue) = 237+50+21=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3215 is #12CDEA. Grayscale: #666666. Windows color (decimal): -1232363 or 1389293. OLE color: 1389293.

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

Color convert

RGB 237 50 21 -
CMYK 0 0.79 0.91 0.07
HSL 8.06º 0.86% 0.51% -
HSV(B) 8.06º 0.91% 0.93% -
XYZ 36.2 20.34 2.73 -
YUV 102.61 81.95 223.86 -
System Red Green Blue C M Y K H S L
Decimal 237 50 21 0 0.79 0.91 0.07 8.06 0.86 0.51
Hex ED 32 15 0 4F 5B 7 8 56 33
Octal 355 62 25 0 117 133 7 10 126 63
Binary 11101101 110010 10101 0 1001111 1011011 111 1000 1010110 110011

Color Harmonies of #ED3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3215

Black with #ED3215

Text Example


Text Example

White with #ED3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3215; }

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

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

background-color css

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

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

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

border-color css

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

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

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