Html Css Color HEX #F61D1A Scarlet

📋 copy color: '#F61D1A'

red 246 ◦ green 29 ◦ blue 26

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

Shades of Scarlet #F61D1A

Tints of Scarlet #F61D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 81.73%
G = 9.63%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F61D1A (or 0xF61D1A) is known color: Scarlet. HEX triplet: F6, 1D and 1A. RGB value is (246,29,26). Sum of RGB (Red+Green+Blue) = 246+29+26=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D1A is #09E2E5. Grayscale: #5D5D5D. Windows color (decimal): -647910 or 1711606. OLE color: 1711606.

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

Color convert

RGB 246 29 26 -
CMYK 0 0.88 0.89 0.04
HSL 0.82º 0.92% 0.53% -
HSV(B) 0.82º 0.89% 0.96% -
XYZ 38.63 20.55 2.91 -
YUV 93.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 246 29 26 0 0.88 0.89 0.04 0.82 0.92 0.53
Hex F6 1D 1A 0 58 59 4 1 5C 35
Octal 366 35 32 0 130 131 4 1 134 65
Binary 11110110 11101 11010 0 1011000 1011001 100 1 1011100 110101

Color Harmonies of #F61D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D1A

Black with #F61D1A

Text Example


Text Example

White with #F61D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D1A; }

 p { color: rgb(246,29,26); }

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

background-color css

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

 a { background-color: rgb(246,29,26); }

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

border-color css

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

 span { border-color: rgb(246,29,26); }

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