Html Css Color HEX #FB2F08 Scarlet

📋 copy color: '#FB2F08'

red 251 ◦ green 47 ◦ blue 8

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

Shades of Scarlet #FB2F08

Tints of Scarlet #FB2F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 82.03%
G = 15.36%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB2F08 (or 0xFB2F08) is known color: Scarlet. HEX triplet: FB, 2F and 08. RGB value is (251,47,8). Sum of RGB (Red+Green+Blue) = 251+47+8=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F08 is #04D0F7. Grayscale: #676767. Windows color (decimal): -315640 or 536571. OLE color: 536571.

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

Color convert

RGB 251 47 8 -
CMYK 0 0.81 0.97 0.02
HSL 9.63º 0.97% 0.51% -
HSV(B) 9.63º 0.97% 0.98% -
XYZ 40.84 22.56 2.43 -
YUV 103.55 74.09 233.17 -
System Red Green Blue C M Y K H S L
Decimal 251 47 8 0 0.81 0.97 0.02 9.63 0.97 0.51
Hex FB 2F 8 0 51 61 2 A 61 33
Octal 373 57 10 0 121 141 2 12 141 63
Binary 11111011 101111 1000 0 1010001 1100001 10 1010 1100001 110011

Color Harmonies of #FB2F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F08

Black with #FB2F08

Text Example


Text Example

White with #FB2F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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