Html Css Color HEX #ED280C Scarlet

📋 copy color: '#ED280C'

red 237 ◦ green 40 ◦ blue 12

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

Shades of Scarlet #ED280C

Tints of Scarlet #ED280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 82.01%
G = 13.84%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED280C (or 0xED280C) is known color: Scarlet. HEX triplet: ED, 28 and 0C. RGB value is (237,40,12). Sum of RGB (Red+Green+Blue) = 237+40+12=289 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.01% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 237 - color contains mainly: red. Hex color #ED280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED280C is #12D7F3. Grayscale: #606060. Windows color (decimal): -1234932 or 796909. OLE color: 796909.

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

Color convert

RGB 237 40 12 -
CMYK 0 0.83 0.95 0.07
HSL 7.47º 0.9% 0.49% -
HSV(B) 7.47º 0.95% 0.93% -
XYZ 35.75 19.55 2.24 -
YUV 95.71 80.77 228.78 -
System Red Green Blue C M Y K H S L
Decimal 237 40 12 0 0.83 0.95 0.07 7.47 0.9 0.49
Hex ED 28 C 0 53 5F 7 7 5A 31
Octal 355 50 14 0 123 137 7 7 132 61
Binary 11101101 101000 1100 0 1010011 1011111 111 111 1011010 110001

Color Harmonies of #ED280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED280C

Black with #ED280C

Text Example


Text Example

White with #ED280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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