Html Css Color HEX #FB2F12 Scarlet

📋 copy color: '#FB2F12'

red 251 ◦ green 47 ◦ blue 18

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

Shades of Scarlet #FB2F12

Tints of Scarlet #FB2F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 79.43%
G = 14.87%
B = 5.7%

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

#FB2F12 (or 0xFB2F12) is known color: Scarlet. HEX triplet: FB, 2F and 12. RGB value is (251,47,18). Sum of RGB (Red+Green+Blue) = 251+47+18=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2F12 is #04D0ED. Grayscale: #696969. Windows color (decimal): -315630 or 1191931. OLE color: 1191931.

HSL color Cylindrical-coordinate representation of color #FB2F12: hue angle of 7.47º 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 #FB2F12 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 47 18 -
CMYK 0 0.81 0.93 0.02
HSL 7.47º 0.97% 0.53% -
HSV(B) 7.47º 0.93% 0.98% -
XYZ 40.91 22.59 2.78 -
YUV 104.69 79.09 232.36 -
System Red Green Blue C M Y K H S L
Decimal 251 47 18 0 0.81 0.93 0.02 7.47 0.97 0.53
Hex FB 2F 12 0 51 5D 2 7 61 35
Octal 373 57 22 0 121 135 2 7 141 65
Binary 11111011 101111 10010 0 1010001 1011101 10 111 1100001 110101

Color Harmonies of #FB2F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F12

Black with #FB2F12

Text Example


Text Example

White with #FB2F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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