Html Css Color HEX #ED200E Scarlet

📋 copy color: '#ED200E'

red 237 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #ED200E

Tints of Scarlet #ED200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 83.75%
G = 11.31%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED200E (or 0xED200E) is known color: Scarlet. HEX triplet: ED, 20 and 0E. RGB value is (237,32,14). Sum of RGB (Red+Green+Blue) = 237+32+14=283 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.75% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 237 - color contains mainly: red. Hex color #ED200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED200E is #12DFF1. Grayscale: #5B5B5B. Windows color (decimal): -1236978 or 925933. OLE color: 925933.

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

Color convert

RGB 237 32 14 -
CMYK 0 0.86 0.94 0.07
HSL 4.84º 0.89% 0.49% -
HSV(B) 4.84º 0.94% 0.93% -
XYZ 35.52 19.07 2.22 -
YUV 91.24 84.42 231.96 -
System Red Green Blue C M Y K H S L
Decimal 237 32 14 0 0.86 0.94 0.07 4.84 0.89 0.49
Hex ED 20 E 0 56 5E 7 5 59 31
Octal 355 40 16 0 126 136 7 5 131 61
Binary 11101101 100000 1110 0 1010110 1011110 111 101 1011001 110001

Color Harmonies of #ED200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED200E

Black with #ED200E

Text Example


Text Example

White with #ED200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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