Html Css Color HEX #F6180D Scarlet

📋 copy color: '#F6180D'

red 246 ◦ green 24 ◦ blue 13

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

Shades of Scarlet #F6180D

Tints of Scarlet #F6180D

RGB

 RED value IS 246 (96.48% from 255) = 86.93%

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 86.93%
G = 8.48%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6180D (or 0xF6180D) is known color: Scarlet. HEX triplet: F6, 18 and 0D. RGB value is (246,24,13). Sum of RGB (Red+Green+Blue) = 246+24+13=283 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.93% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 246 - color contains mainly: red. Hex color #F6180D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6180D is #09E7F2. Grayscale: #595959. Windows color (decimal): -649203 or 858358. OLE color: 858358.

HSL color Cylindrical-coordinate representation of color #F6180D: hue angle of 2.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6180D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 13 -
CMYK 0 0.90 0.95 0.04
HSL 2.83º 0.93% 0.51% -
HSV(B) 2.83º 0.95% 0.96% -
XYZ 38.41 20.28 2.27 -
YUV 89.12 85.05 239.89 -
System Red Green Blue C M Y K H S L
Decimal 246 24 13 0 0.90 0.95 0.04 2.83 0.93 0.51
Hex F6 18 D 0 5A 5F 4 3 5D 33
Octal 366 30 15 0 132 137 4 3 135 63
Binary 11110110 11000 1101 0 1011010 1011111 100 11 1011101 110011

Color Harmonies of #F6180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6180D

Black with #F6180D

Text Example


Text Example

White with #F6180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6180D; }

 p { color: rgb(246,24,13); }

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

background-color css

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

 a { background-color: rgb(246,24,13); }

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

border-color css

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

 span { border-color: rgb(246,24,13); }

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