Html Css Color HEX #ED211F Scarlet

📋 copy color: '#ED211F'

red 237 ◦ green 33 ◦ blue 31

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

Shades of Scarlet #ED211F

Tints of Scarlet #ED211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 78.74%
G = 10.96%
B = 10.3%

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

#ED211F (or 0xED211F) is known color: Scarlet. HEX triplet: ED, 21 and 1F. RGB value is (237,33,31). Sum of RGB (Red+Green+Blue) = 237+33+31=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED211F is #12DEE0. Grayscale: #5D5D5D. Windows color (decimal): -1236705 or 2040301. OLE color: 2040301.

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

Color convert

RGB 237 33 31 -
CMYK 0 0.86 0.87 0.07
HSL 0.58º 0.85% 0.53% -
HSV(B) 0.58º 0.87% 0.93% -
XYZ 35.72 19.19 3.12 -
YUV 93.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 237 33 31 0 0.86 0.87 0.07 0.58 0.85 0.53
Hex ED 21 1F 0 56 57 7 1 55 35
Octal 355 41 37 0 126 127 7 1 125 65
Binary 11101101 100001 11111 0 1010110 1010111 111 1 1010101 110101

Color Harmonies of #ED211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED211F

Black with #ED211F

Text Example


Text Example

White with #ED211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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