Html Css Color HEX #F5150B Scarlet

📋 copy color: '#F5150B'

red 245 ◦ green 21 ◦ blue 11

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

Shades of Scarlet #F5150B

Tints of Scarlet #F5150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 88.45%
G = 7.58%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5150B (or 0xF5150B) is known color: Scarlet. HEX triplet: F5, 15 and 0B. RGB value is (245,21,11). Sum of RGB (Red+Green+Blue) = 245+21+11=277 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.45% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 245 - color contains mainly: red. Hex color #F5150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5150B is #0AEAF4. Grayscale: #575757. Windows color (decimal): -715509 or 726517. OLE color: 726517.

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

Color convert

RGB 245 21 11 -
CMYK 0 0.91 0.96 0.04
HSL 2.56º 0.92% 0.5% -
HSV(B) 2.56º 0.96% 0.96% -
XYZ 37.98 19.97 2.17 -
YUV 86.84 85.21 240.81 -
System Red Green Blue C M Y K H S L
Decimal 245 21 11 0 0.91 0.96 0.04 2.56 0.92 0.5
Hex F5 15 B 0 5B 60 4 3 5C 32
Octal 365 25 13 0 133 140 4 3 134 62
Binary 11110101 10101 1011 0 1011011 1100000 100 11 1011100 110010

Color Harmonies of #F5150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5150B

Black with #F5150B

Text Example


Text Example

White with #F5150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5150B; }

 p { color: rgb(245,21,11); }

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

background-color css

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

 a { background-color: rgb(245,21,11); }

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

border-color css

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

 span { border-color: rgb(245,21,11); }

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