Html Css Color HEX #ED200C Scarlet

📋 copy color: '#ED200C'

red 237 ◦ green 32 ◦ blue 12

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

Shades of Scarlet #ED200C

Tints of Scarlet #ED200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 84.34%
G = 11.39%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED200C (or 0xED200C) is known color: Scarlet. HEX triplet: ED, 20 and 0C. RGB value is (237,32,12). Sum of RGB (Red+Green+Blue) = 237+32+12=281 (37% of max value = 765). Red value is 237 (92.97% from 255 or 84.34% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 237 - color contains mainly: red. Hex color #ED200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED200C is #12DFF3. Grayscale: #5B5B5B. Windows color (decimal): -1236980 or 794861. OLE color: 794861.

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

Color convert

RGB 237 32 12 -
CMYK 0 0.86 0.95 0.07
HSL 5.33º 0.9% 0.49% -
HSV(B) 5.33º 0.95% 0.93% -
XYZ 35.51 19.06 2.16 -
YUV 91.02 83.42 232.13 -
System Red Green Blue C M Y K H S L
Decimal 237 32 12 0 0.86 0.95 0.07 5.33 0.9 0.49
Hex ED 20 C 0 56 5F 7 5 5A 31
Octal 355 40 14 0 126 137 7 5 132 61
Binary 11101101 100000 1100 0 1010110 1011111 111 101 1011010 110001

Color Harmonies of #ED200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED200C

Black with #ED200C

Text Example


Text Example

White with #ED200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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