Html Css Color HEX #ED300C Scarlet

📋 copy color: '#ED300C'

red 237 ◦ green 48 ◦ blue 12

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

Shades of Scarlet #ED300C

Tints of Scarlet #ED300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 79.8%
G = 16.16%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED300C (or 0xED300C) is known color: Scarlet. HEX triplet: ED, 30 and 0C. RGB value is (237,48,12). Sum of RGB (Red+Green+Blue) = 237+48+12=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED300C is #12CFF3. Grayscale: #646464. Windows color (decimal): -1232884 or 798957. OLE color: 798957.

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

Color convert

RGB 237 48 12 -
CMYK 0 0.80 0.95 0.07
HSL 9.6º 0.9% 0.49% -
HSV(B) 9.6º 0.95% 0.93% -
XYZ 36.05 20.14 2.34 -
YUV 100.41 78.12 225.43 -
System Red Green Blue C M Y K H S L
Decimal 237 48 12 0 0.80 0.95 0.07 9.6 0.9 0.49
Hex ED 30 C 0 50 5F 7 A 5A 31
Octal 355 60 14 0 120 137 7 12 132 61
Binary 11101101 110000 1100 0 1010000 1011111 111 1010 1011010 110001

Color Harmonies of #ED300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED300C

Black with #ED300C

Text Example


Text Example

White with #ED300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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