Html Css Color HEX #FB3012 Scarlet

📋 copy color: '#FB3012'

red 251 ◦ green 48 ◦ blue 18

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

Shades of Scarlet #FB3012

Tints of Scarlet #FB3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

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

R = 79.18%
G = 15.14%
B = 5.68%

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

#FB3012 (or 0xFB3012) is known color: Scarlet. HEX triplet: FB, 30 and 12. RGB value is (251,48,18). Sum of RGB (Red+Green+Blue) = 251+48+18=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3012 is #04CFED. Grayscale: #696969. Windows color (decimal): -315374 or 1192187. OLE color: 1192187.

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

Color convert

RGB 251 48 18 -
CMYK 0 0.81 0.93 0.02
HSL 7.73º 0.97% 0.53% -
HSV(B) 7.73º 0.93% 0.98% -
XYZ 40.95 22.67 2.79 -
YUV 105.28 78.75 231.94 -
System Red Green Blue C M Y K H S L
Decimal 251 48 18 0 0.81 0.93 0.02 7.73 0.97 0.53
Hex FB 30 12 0 51 5D 2 8 61 35
Octal 373 60 22 0 121 135 2 10 141 65
Binary 11111011 110000 10010 0 1010001 1011101 10 1000 1100001 110101

Color Harmonies of #FB3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3012

Black with #FB3012

Text Example


Text Example

White with #FB3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3012; }

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

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

background-color css

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

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

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

border-color css

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

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

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