Html Css Color HEX #FB2F00 Scarlet

📋 copy color: '#FB2F00'

red 251 ◦ green 47 ◦ blue 0

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

Shades of Scarlet #FB2F00

Tints of Scarlet #FB2F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.23%
G = 15.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB2F00 (or 0xFB2F00) is known color: Scarlet. HEX triplet: FB, 2F and 00. RGB value is (251,47,0). Sum of RGB (Red+Green+Blue) = 251+47+0=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F00 is #04D0FF. Grayscale: #676767. Windows color (decimal): -315648 or 12283. OLE color: 12283.

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

Color convert

RGB 251 47 0 -
CMYK 0 0.81 1 0.02
HSL 11.24º 1% 0.49% -
HSV(B) 11.24º 1% 0.98% -
XYZ 40.8 22.54 2.2 -
YUV 102.64 70.09 233.82 -
System Red Green Blue C M Y K H S L
Decimal 251 47 0 0 0.81 1 0.02 11.24 1 0.49
Hex FB 2F 0 0 51 64 2 B 64 31
Octal 373 57 0 0 121 144 2 13 144 61
Binary 11111011 101111 0 0 1010001 1100100 10 1011 1100100 110001

Color Harmonies of #FB2F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F00

Black with #FB2F00

Text Example


Text Example

White with #FB2F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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