Html Css Color HEX #FB2F0F Scarlet

📋 copy color: '#FB2F0F'

red 251 ◦ green 47 ◦ blue 15

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

Shades of Scarlet #FB2F0F

Tints of Scarlet #FB2F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 80.19%
G = 15.02%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB2F0F (or 0xFB2F0F) is known color: Scarlet. HEX triplet: FB, 2F and 0F. RGB value is (251,47,15). Sum of RGB (Red+Green+Blue) = 251+47+15=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F0F is #04D0F0. Grayscale: #686868. Windows color (decimal): -315633 or 995323. OLE color: 995323.

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

Color convert

RGB 251 47 15 -
CMYK 0 0.81 0.94 0.02
HSL 8.14º 0.97% 0.52% -
HSV(B) 8.14º 0.94% 0.98% -
XYZ 40.89 22.58 2.65 -
YUV 104.35 77.59 232.6 -
System Red Green Blue C M Y K H S L
Decimal 251 47 15 0 0.81 0.94 0.02 8.14 0.97 0.52
Hex FB 2F F 0 51 5E 2 8 61 34
Octal 373 57 17 0 121 136 2 10 141 64
Binary 11111011 101111 1111 0 1010001 1011110 10 1000 1100001 110100

Color Harmonies of #FB2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F0F

Black with #FB2F0F

Text Example


Text Example

White with #FB2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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