Html Css Color HEX #F6150D Scarlet

📋 copy color: '#F6150D'

red 246 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #F6150D

Tints of Scarlet #F6150D

RGB

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

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

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

R = 87.86%
G = 7.5%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6150D (or 0xF6150D) is known color: Scarlet. HEX triplet: F6, 15 and 0D. RGB value is (246,21,13). Sum of RGB (Red+Green+Blue) = 246+21+13=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F6150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6150D is #09EAF2. Grayscale: #575757. Windows color (decimal): -649971 or 857590. OLE color: 857590.

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

Color convert

RGB 246 21 13 -
CMYK 0 0.91 0.95 0.04
HSL 2.06º 0.93% 0.51% -
HSV(B) 2.06º 0.95% 0.96% -
XYZ 38.35 20.16 2.25 -
YUV 87.36 86.04 241.15 -
System Red Green Blue C M Y K H S L
Decimal 246 21 13 0 0.91 0.95 0.04 2.06 0.93 0.51
Hex F6 15 D 0 5B 5F 4 2 5D 33
Octal 366 25 15 0 133 137 4 2 135 63
Binary 11110110 10101 1101 0 1011011 1011111 100 10 1011101 110011

Color Harmonies of #F6150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6150D

Black with #F6150D

Text Example


Text Example

White with #F6150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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