Html Css Color HEX #ED140C Scarlet

📋 copy color: '#ED140C'

red 237 ◦ green 20 ◦ blue 12

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

Shades of Scarlet #ED140C

Tints of Scarlet #ED140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 88.1%
G = 7.43%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED140C (or 0xED140C) is known color: Scarlet. HEX triplet: ED, 14 and 0C. RGB value is (237,20,12). Sum of RGB (Red+Green+Blue) = 237+20+12=269 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.10% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 237 - color contains mainly: red. Hex color #ED140C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED140C is #12EBF3. Grayscale: #545454. Windows color (decimal): -1240052 or 791789. OLE color: 791789.

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

Color convert

RGB 237 20 12 -
CMYK 0 0.92 0.95 0.07
HSL 2.13º 0.9% 0.49% -
HSV(B) 2.13º 0.95% 0.93% -
XYZ 35.24 18.53 2.07 -
YUV 83.97 87.39 237.15 -
System Red Green Blue C M Y K H S L
Decimal 237 20 12 0 0.92 0.95 0.07 2.13 0.9 0.49
Hex ED 14 C 0 5C 5F 7 2 5A 31
Octal 355 24 14 0 134 137 7 2 132 61
Binary 11101101 10100 1100 0 1011100 1011111 111 10 1011010 110001

Color Harmonies of #ED140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED140C

Black with #ED140C

Text Example


Text Example

White with #ED140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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