Html Css Color HEX #FB2B12 Scarlet

📋 copy color: '#FB2B12'

red 251 ◦ green 43 ◦ blue 18

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

Shades of Scarlet #FB2B12

Tints of Scarlet #FB2B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 80.45%
G = 13.78%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB2B12 (or 0xFB2B12) is known color: Scarlet. HEX triplet: FB, 2B and 12. RGB value is (251,43,18). Sum of RGB (Red+Green+Blue) = 251+43+18=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2B12 is #04D4ED. Grayscale: #666666. Windows color (decimal): -316654 or 1190907. OLE color: 1190907.

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

Color convert

RGB 251 43 18 -
CMYK 0 0.83 0.93 0.02
HSL 6.44º 0.97% 0.53% -
HSV(B) 6.44º 0.93% 0.98% -
XYZ 40.76 22.28 2.72 -
YUV 102.34 80.41 234.03 -
System Red Green Blue C M Y K H S L
Decimal 251 43 18 0 0.83 0.93 0.02 6.44 0.97 0.53
Hex FB 2B 12 0 53 5D 2 6 61 35
Octal 373 53 22 0 123 135 2 6 141 65
Binary 11111011 101011 10010 0 1010011 1011101 10 110 1100001 110101

Color Harmonies of #FB2B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B12

Black with #FB2B12

Text Example


Text Example

White with #FB2B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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