Html Css Color HEX #ED201C Scarlet

📋 copy color: '#ED201C'

red 237 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #ED201C

Tints of Scarlet #ED201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 79.8%
G = 10.77%
B = 9.43%

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

#ED201C (or 0xED201C) is known color: Scarlet. HEX triplet: ED, 20 and 1C. RGB value is (237,32,28). Sum of RGB (Red+Green+Blue) = 237+32+28=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED201C is #12DFE3. Grayscale: #5D5D5D. Windows color (decimal): -1236964 or 1843437. OLE color: 1843437.

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

Color convert

RGB 237 32 28 -
CMYK 0 0.86 0.88 0.07
HSL 1.15º 0.85% 0.52% -
HSV(B) 1.15º 0.88% 0.93% -
XYZ 35.65 19.12 2.91 -
YUV 92.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 237 32 28 0 0.86 0.88 0.07 1.15 0.85 0.52
Hex ED 20 1C 0 56 58 7 1 55 34
Octal 355 40 34 0 126 130 7 1 125 64
Binary 11101101 100000 11100 0 1010110 1011000 111 1 1010101 110100

Color Harmonies of #ED201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED201C

Black with #ED201C

Text Example


Text Example

White with #ED201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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