Html Css Color HEX #FB2F11 Scarlet

📋 copy color: '#FB2F11'

red 251 ◦ green 47 ◦ blue 17

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

Shades of Scarlet #FB2F11

Tints of Scarlet #FB2F11

RGB

 RED value IS 251 (98.44% from 255) = 79.68%

 GREEN value IS 47 (18.75% from 255) = 14.92%

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 79.68%
G = 14.92%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2F11 (or 0xFB2F11) is known color: Scarlet. HEX triplet: FB, 2F and 11. RGB value is (251,47,17). Sum of RGB (Red+Green+Blue) = 251+47+17=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F11 is #04D0EE. Grayscale: #686868. Windows color (decimal): -315631 or 1126395. OLE color: 1126395.

HSL color Cylindrical-coordinate representation of color #FB2F11: hue angle of 7.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB2F11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 47 17 -
CMYK 0 0.81 0.93 0.02
HSL 7.69º 0.97% 0.53% -
HSV(B) 7.69º 0.93% 0.98% -
XYZ 40.9 22.58 2.73 -
YUV 104.58 78.59 232.44 -
System Red Green Blue C M Y K H S L
Decimal 251 47 17 0 0.81 0.93 0.02 7.69 0.97 0.53
Hex FB 2F 11 0 51 5D 2 8 61 35
Octal 373 57 21 0 121 135 2 10 141 65
Binary 11111011 101111 10001 0 1010001 1011101 10 1000 1100001 110101

Color Harmonies of #FB2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F11

Black with #FB2F11

Text Example


Text Example

White with #FB2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F11; }

 p { color: rgb(251,47,17); }

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

background-color css

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

 a { background-color: rgb(251,47,17); }

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

border-color css

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

 span { border-color: rgb(251,47,17); }

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