Html Css Color HEX #ED160C Scarlet

📋 copy color: '#ED160C'

red 237 ◦ green 22 ◦ blue 12

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

Shades of Scarlet #ED160C

Tints of Scarlet #ED160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 87.45%
G = 8.12%
B = 4.43%

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

#ED160C (or 0xED160C) is known color: Scarlet. HEX triplet: ED, 16 and 0C. RGB value is (237,22,12). Sum of RGB (Red+Green+Blue) = 237+22+12=271 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.45% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 237 - color contains mainly: red. Hex color #ED160C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED160C is #12E9F3. Grayscale: #555555. Windows color (decimal): -1239540 or 792301. OLE color: 792301.

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

Color convert

RGB 237 22 12 -
CMYK 0 0.91 0.95 0.07
HSL 2.67º 0.9% 0.49% -
HSV(B) 2.67º 0.95% 0.93% -
XYZ 35.28 18.6 2.08 -
YUV 85.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 237 22 12 0 0.91 0.95 0.07 2.67 0.9 0.49
Hex ED 16 C 0 5B 5F 7 3 5A 31
Octal 355 26 14 0 133 137 7 3 132 61
Binary 11101101 10110 1100 0 1011011 1011111 111 11 1011010 110001

Color Harmonies of #ED160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED160C

Black with #ED160C

Text Example


Text Example

White with #ED160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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