Html Css Color HEX #ED211C Scarlet

📋 copy color: '#ED211C'

red 237 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #ED211C

Tints of Scarlet #ED211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 79.53%
G = 11.07%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED211C (or 0xED211C) is known color: Scarlet. HEX triplet: ED, 21 and 1C. RGB value is (237,33,28). Sum of RGB (Red+Green+Blue) = 237+33+28=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED211C is #12DEE3. Grayscale: #5D5D5D. Windows color (decimal): -1236708 or 1843693. OLE color: 1843693.

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

Color convert

RGB 237 33 28 -
CMYK 0 0.86 0.88 0.07
HSL 1.44º 0.85% 0.52% -
HSV(B) 1.44º 0.88% 0.93% -
XYZ 35.68 19.18 2.92 -
YUV 93.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 237 33 28 0 0.86 0.88 0.07 1.44 0.85 0.52
Hex ED 21 1C 0 56 58 7 1 55 34
Octal 355 41 34 0 126 130 7 1 125 64
Binary 11101101 100001 11100 0 1010110 1011000 111 1 1010101 110100

Color Harmonies of #ED211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED211C

Black with #ED211C

Text Example


Text Example

White with #ED211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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