Html Css Color HEX #F51A16 Scarlet

📋 copy color: '#F51A16'

red 245 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #F51A16

Tints of Scarlet #F51A16

RGB

 RED value IS 245 (96.09% from 255) = 83.62%

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 83.62%
G = 8.87%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F51A16 (or 0xF51A16) is known color: Scarlet. HEX triplet: F5, 1A and 16. RGB value is (245,26,22). Sum of RGB (Red+Green+Blue) = 245+26+22=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51A16 is #0AE5E9. Grayscale: #5B5B5B. Windows color (decimal): -714218 or 1448693. OLE color: 1448693.

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

Color convert

RGB 245 26 22 -
CMYK 0 0.89 0.91 0.04
HSL 1.08º 0.92% 0.52% -
HSV(B) 1.08º 0.91% 0.96% -
XYZ 38.17 20.21 2.65 -
YUV 91.03 89.05 237.83 -
System Red Green Blue C M Y K H S L
Decimal 245 26 22 0 0.89 0.91 0.04 1.08 0.92 0.52
Hex F5 1A 16 0 59 5B 4 1 5C 34
Octal 365 32 26 0 131 133 4 1 134 64
Binary 11110101 11010 10110 0 1011001 1011011 100 1 1011100 110100

Color Harmonies of #F51A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51A16

Black with #F51A16

Text Example


Text Example

White with #F51A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51A16; }

 p { color: rgb(245,26,22); }

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

background-color css

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

 a { background-color: rgb(245,26,22); }

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

border-color css

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

 span { border-color: rgb(245,26,22); }

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