Html Css Color HEX #ED2300 Scarlet

📋 copy color: '#ED2300'

red 237 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #ED2300

Tints of Scarlet #ED2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 87.13%
G = 12.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED2300 (or 0xED2300) is known color: Scarlet. HEX triplet: ED, 23 and 00. RGB value is (237,35,0). Sum of RGB (Red+Green+Blue) = 237+35+0=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2300 is #12DCFF. Grayscale: #5B5B5B. Windows color (decimal): -1236224 or 9197. OLE color: 9197.

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

Color convert

RGB 237 35 0 -
CMYK 0 0.85 1 0.07
HSL 8.86º 1% 0.46% -
HSV(B) 8.86º 1% 0.93% -
XYZ 35.53 19.21 1.83 -
YUV 91.41 76.42 231.85 -
System Red Green Blue C M Y K H S L
Decimal 237 35 0 0 0.85 1 0.07 8.86 1 0.46
Hex ED 23 0 0 55 64 7 9 64 2E
Octal 355 43 0 0 125 144 7 11 144 56
Binary 11101101 100011 0 0 1010101 1100100 111 1001 1100100 101110

Color Harmonies of #ED2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2300

Black with #ED2300

Text Example


Text Example

White with #ED2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2300; }

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

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

background-color css

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

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

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

border-color css

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

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

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