Html Css Color HEX #ED1200 Scarlet

📋 copy color: '#ED1200'

red 237 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #ED1200

Tints of Scarlet #ED1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.94%
G = 7.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED1200 (or 0xED1200) is known color: Scarlet. HEX triplet: ED, 12 and 00. RGB value is (237,18,0). Sum of RGB (Red+Green+Blue) = 237+18+0=255 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.94% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1200 is #12EDFF. Grayscale: #515151. Windows color (decimal): -1240576 or 4845. OLE color: 4845.

HSL color Cylindrical-coordinate representation of color #ED1200: hue angle of 4.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED1200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 18 0 -
CMYK 0 0.92 1 0.07
HSL 4.56º 1% 0.46% -
HSV(B) 4.56º 1% 0.93% -
XYZ 35.14 18.44 1.71 -
YUV 81.43 82.05 238.96 -
System Red Green Blue C M Y K H S L
Decimal 237 18 0 0 0.92 1 0.07 4.56 1 0.46
Hex ED 12 0 0 5C 64 7 5 64 2E
Octal 355 22 0 0 134 144 7 5 144 56
Binary 11101101 10010 0 0 1011100 1100100 111 101 1100100 101110

Color Harmonies of #ED1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1200

Black with #ED1200

Text Example


Text Example

White with #ED1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1200; }

 p { color: rgb(237,18,0); }

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

background-color css

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

 a { background-color: rgb(237,18,0); }

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

border-color css

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

 span { border-color: rgb(237,18,0); }

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