Html Css Color HEX #ED2303 Scarlet

📋 copy color: '#ED2303'

red 237 ◦ green 35 ◦ blue 3

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

Shades of Scarlet #ED2303

Tints of Scarlet #ED2303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 86.18%
G = 12.73%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2303 (or 0xED2303) is known color: Scarlet. HEX triplet: ED, 23 and 03. RGB value is (237,35,3). Sum of RGB (Red+Green+Blue) = 237+35+3=275 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.18% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2303 is #12DCFC. Grayscale: #5C5C5C. Windows color (decimal): -1236221 or 205805. OLE color: 205805.

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

Color convert

RGB 237 35 3 -
CMYK 0 0.85 0.99 0.07
HSL 8.21º 0.98% 0.47% -
HSV(B) 8.21º 0.99% 0.93% -
XYZ 35.54 19.21 1.92 -
YUV 91.75 77.92 231.6 -
System Red Green Blue C M Y K H S L
Decimal 237 35 3 0 0.85 0.99 0.07 8.21 0.98 0.47
Hex ED 23 3 0 55 63 7 8 62 2F
Octal 355 43 3 0 125 143 7 10 142 57
Binary 11101101 100011 11 0 1010101 1100011 111 1000 1100010 101111

Color Harmonies of #ED2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2303

Black with #ED2303

Text Example


Text Example

White with #ED2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2303; }

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

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

background-color css

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

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

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

border-color css

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

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

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