Html Css Color HEX #FB2F09 Scarlet

📋 copy color: '#FB2F09'

red 251 ◦ green 47 ◦ blue 9

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

Shades of Scarlet #FB2F09

Tints of Scarlet #FB2F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.93%

R = 81.76%
G = 15.31%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB2F09 (or 0xFB2F09) is known color: Scarlet. HEX triplet: FB, 2F and 09. RGB value is (251,47,9). Sum of RGB (Red+Green+Blue) = 251+47+9=307 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.76% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F09 is #04D0F6. Grayscale: #686868. Windows color (decimal): -315639 or 602107. OLE color: 602107.

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

Color convert

RGB 251 47 9 -
CMYK 0 0.81 0.96 0.02
HSL 9.42º 0.97% 0.51% -
HSV(B) 9.42º 0.96% 0.98% -
XYZ 40.85 22.56 2.46 -
YUV 103.66 74.59 233.09 -
System Red Green Blue C M Y K H S L
Decimal 251 47 9 0 0.81 0.96 0.02 9.42 0.97 0.51
Hex FB 2F 9 0 51 60 2 9 61 33
Octal 373 57 11 0 121 140 2 11 141 63
Binary 11111011 101111 1001 0 1010001 1100000 10 1001 1100001 110011

Color Harmonies of #FB2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F09

Black with #FB2F09

Text Example


Text Example

White with #FB2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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