Html Css Color HEX #FB2012 Scarlet

📋 copy color: '#FB2012'

red 251 ◦ green 32 ◦ blue 18

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

Shades of Scarlet #FB2012

Tints of Scarlet #FB2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 83.39%
G = 10.63%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2012 (or 0xFB2012) is known color: Scarlet. HEX triplet: FB, 20 and 12. RGB value is (251,32,18). Sum of RGB (Red+Green+Blue) = 251+32+18=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2012 is #04DFED. Grayscale: #606060. Windows color (decimal): -319470 or 1188091. OLE color: 1188091.

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

Color convert

RGB 251 32 18 -
CMYK 0 0.87 0.93 0.02
HSL 3.61º 0.97% 0.53% -
HSV(B) 3.61º 0.93% 0.98% -
XYZ 40.41 21.59 2.61 -
YUV 95.89 84.05 238.64 -
System Red Green Blue C M Y K H S L
Decimal 251 32 18 0 0.87 0.93 0.02 3.61 0.97 0.53
Hex FB 20 12 0 57 5D 2 4 61 35
Octal 373 40 22 0 127 135 2 4 141 65
Binary 11111011 100000 10010 0 1010111 1011101 10 100 1100001 110101

Color Harmonies of #FB2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2012

Black with #FB2012

Text Example


Text Example

White with #FB2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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