Html Css Color HEX #F61B14 Scarlet

📋 copy color: '#F61B14'

red 246 ◦ green 27 ◦ blue 20

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

Shades of Scarlet #F61B14

Tints of Scarlet #F61B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.22%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 83.96%
G = 9.22%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F61B14 (or 0xF61B14) is known color: Scarlet. HEX triplet: F6, 1B and 14. RGB value is (246,27,20). Sum of RGB (Red+Green+Blue) = 246+27+20=293 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.96% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F61B14 is #09E4EB. Grayscale: #5B5B5B. Windows color (decimal): -648428 or 1317878. OLE color: 1317878.

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

Color convert

RGB 246 27 20 -
CMYK 0 0.89 0.92 0.04
HSL 1.86º 0.93% 0.52% -
HSV(B) 1.86º 0.92% 0.96% -
XYZ 38.52 20.43 2.57 -
YUV 91.68 87.55 238.07 -
System Red Green Blue C M Y K H S L
Decimal 246 27 20 0 0.89 0.92 0.04 1.86 0.93 0.52
Hex F6 1B 14 0 59 5C 4 2 5D 34
Octal 366 33 24 0 131 134 4 2 135 64
Binary 11110110 11011 10100 0 1011001 1011100 100 10 1011101 110100

Color Harmonies of #F61B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B14

Black with #F61B14

Text Example


Text Example

White with #F61B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B14; }

 p { color: rgb(246,27,20); }

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

background-color css

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

 a { background-color: rgb(246,27,20); }

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

border-color css

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

 span { border-color: rgb(246,27,20); }

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