Html Css Color HEX #ED211E Scarlet

📋 copy color: '#ED211E'

red 237 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #ED211E

Tints of Scarlet #ED211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 79%
G = 11%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED211E (or 0xED211E) is known color: Scarlet. HEX triplet: ED, 21 and 1E. RGB value is (237,33,30). Sum of RGB (Red+Green+Blue) = 237+33+30=300 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 237 - color contains mainly: red. Hex color #ED211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED211E is #12DEE1. Grayscale: #5D5D5D. Windows color (decimal): -1236706 or 1974765. OLE color: 1974765.

HSL color Cylindrical-coordinate representation of color #ED211E: hue angle of 0.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED211E is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 33 30 -
CMYK 0 0.86 0.87 0.07
HSL 0.87º 0.85% 0.52% -
HSV(B) 0.87º 0.87% 0.93% -
XYZ 35.7 19.19 3.05 -
YUV 93.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 237 33 30 0 0.86 0.87 0.07 0.87 0.85 0.52
Hex ED 21 1E 0 56 57 7 1 55 34
Octal 355 41 36 0 126 127 7 1 125 64
Binary 11101101 100001 11110 0 1010110 1010111 111 1 1010101 110100

Color Harmonies of #ED211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED211E

Black with #ED211E

Text Example


Text Example

White with #ED211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED211E; }

 p { color: rgb(237,33,30); }

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

background-color css

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

 a { background-color: rgb(237,33,30); }

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

border-color css

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

 span { border-color: rgb(237,33,30); }

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