Html Css Color HEX #F5160D Scarlet

📋 copy color: '#F5160D'

red 245 ◦ green 22 ◦ blue 13

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

Shades of Scarlet #F5160D

Tints of Scarlet #F5160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 87.5%
G = 7.86%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5160D (or 0xF5160D) is known color: Scarlet. HEX triplet: F5, 16 and 0D. RGB value is (245,22,13). Sum of RGB (Red+Green+Blue) = 245+22+13=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F5160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5160D is #0AE9F2. Grayscale: #575757. Windows color (decimal): -715251 or 857845. OLE color: 857845.

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

Color convert

RGB 245 22 13 -
CMYK 0 0.91 0.95 0.04
HSL 2.33º 0.92% 0.51% -
HSV(B) 2.33º 0.95% 0.96% -
XYZ 38.02 20.02 2.24 -
YUV 87.65 85.88 240.23 -
System Red Green Blue C M Y K H S L
Decimal 245 22 13 0 0.91 0.95 0.04 2.33 0.92 0.51
Hex F5 16 D 0 5B 5F 4 2 5C 33
Octal 365 26 15 0 133 137 4 2 134 63
Binary 11110101 10110 1101 0 1011011 1011111 100 10 1011100 110011

Color Harmonies of #F5160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5160D

Black with #F5160D

Text Example


Text Example

White with #F5160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5160D; }

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

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

background-color css

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

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

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

border-color css

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

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

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