Html Css Color HEX #F51410 Scarlet

📋 copy color: '#F51410'

red 245 ◦ green 20 ◦ blue 16

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

Shades of Scarlet #F51410

Tints of Scarlet #F51410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 87.19%
G = 7.12%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F51410 (or 0xF51410) is known color: Scarlet. HEX triplet: F5, 14 and 10. RGB value is (245,20,16). Sum of RGB (Red+Green+Blue) = 245+20+16=281 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.19% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 245 - color contains mainly: red. Hex color #F51410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51410 is #0AEBEF. Grayscale: #575757. Windows color (decimal): -715760 or 1053941. OLE color: 1053941.

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

Color convert

RGB 245 20 16 -
CMYK 0 0.92 0.93 0.04
HSL 1.05º 0.92% 0.51% -
HSV(B) 1.05º 0.93% 0.96% -
XYZ 38 19.95 2.34 -
YUV 86.82 88.04 240.83 -
System Red Green Blue C M Y K H S L
Decimal 245 20 16 0 0.92 0.93 0.04 1.05 0.92 0.51
Hex F5 14 10 0 5C 5D 4 1 5C 33
Octal 365 24 20 0 134 135 4 1 134 63
Binary 11110101 10100 10000 0 1011100 1011101 100 1 1011100 110011

Color Harmonies of #F51410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51410

Black with #F51410

Text Example


Text Example

White with #F51410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51410; }

 p { color: rgb(245,20,16); }

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

background-color css

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

 a { background-color: rgb(245,20,16); }

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

border-color css

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

 span { border-color: rgb(245,20,16); }

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