Html Css Color HEX #F61508 Scarlet

📋 copy color: '#F61508'

red 246 ◦ green 21 ◦ blue 8

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

Shades of Scarlet #F61508

Tints of Scarlet #F61508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.91%

R = 89.45%
G = 7.64%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F61508 (or 0xF61508) is known color: Scarlet. HEX triplet: F6, 15 and 08. RGB value is (246,21,8). Sum of RGB (Red+Green+Blue) = 246+21+8=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F61508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61508 is #09EAF7. Grayscale: #575757. Windows color (decimal): -649976 or 529910. OLE color: 529910.

HSL color Cylindrical-coordinate representation of color #F61508: hue angle of 3.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F61508 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 8 -
CMYK 0 0.91 0.97 0.04
HSL 3.28º 0.94% 0.5% -
HSV(B) 3.28º 0.97% 0.96% -
XYZ 38.32 20.15 2.1 -
YUV 86.79 83.54 241.56 -
System Red Green Blue C M Y K H S L
Decimal 246 21 8 0 0.91 0.97 0.04 3.28 0.94 0.5
Hex F6 15 8 0 5B 61 4 3 5E 32
Octal 366 25 10 0 133 141 4 3 136 62
Binary 11110110 10101 1000 0 1011011 1100001 100 11 1011110 110010

Color Harmonies of #F61508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61508

Black with #F61508

Text Example


Text Example

White with #F61508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61508; }

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

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

background-color css

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

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

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

border-color css

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

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

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