Html Css Color HEX #ED201B Scarlet

📋 copy color: '#ED201B'

red 237 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #ED201B

Tints of Scarlet #ED201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 80.07%
G = 10.81%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED201B (or 0xED201B) is known color: Scarlet. HEX triplet: ED, 20 and 1B. RGB value is (237,32,27). Sum of RGB (Red+Green+Blue) = 237+32+27=296 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.07% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 237 - color contains mainly: red. Hex color #ED201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED201B is #12DFE4. Grayscale: #5C5C5C. Windows color (decimal): -1236965 or 1777901. OLE color: 1777901.

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

Color convert

RGB 237 32 27 -
CMYK 0 0.86 0.89 0.07
HSL 1.43º 0.85% 0.52% -
HSV(B) 1.43º 0.89% 0.93% -
XYZ 35.64 19.12 2.85 -
YUV 92.73 90.92 230.91 -
System Red Green Blue C M Y K H S L
Decimal 237 32 27 0 0.86 0.89 0.07 1.43 0.85 0.52
Hex ED 20 1B 0 56 59 7 1 55 34
Octal 355 40 33 0 126 131 7 1 125 64
Binary 11101101 100000 11011 0 1010110 1011001 111 1 1010101 110100

Color Harmonies of #ED201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED201B

Black with #ED201B

Text Example


Text Example

White with #ED201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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