Html Css Color HEX #ED150C Scarlet

📋 copy color: '#ED150C'

red 237 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #ED150C

Tints of Scarlet #ED150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 87.78%
G = 7.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED150C (or 0xED150C) is known color: Scarlet. HEX triplet: ED, 15 and 0C. RGB value is (237,21,12). Sum of RGB (Red+Green+Blue) = 237+21+12=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED150C is #12EAF3. Grayscale: #545454. Windows color (decimal): -1239796 or 792045. OLE color: 792045.

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

Color convert

RGB 237 21 12 -
CMYK 0 0.91 0.95 0.07
HSL 2.4º 0.9% 0.49% -
HSV(B) 2.4º 0.95% 0.93% -
XYZ 35.26 18.57 2.07 -
YUV 84.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 237 21 12 0 0.91 0.95 0.07 2.4 0.9 0.49
Hex ED 15 C 0 5B 5F 7 2 5A 31
Octal 355 25 14 0 133 137 7 2 132 61
Binary 11101101 10101 1100 0 1011011 1011111 111 10 1011010 110001

Color Harmonies of #ED150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED150C

Black with #ED150C

Text Example


Text Example

White with #ED150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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