Html Css Color HEX #FB1612 Scarlet

📋 copy color: '#FB1612'

red 251 ◦ green 22 ◦ blue 18

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

Shades of Scarlet #FB1612

Tints of Scarlet #FB1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 86.25%
G = 7.56%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB1612 (or 0xFB1612) is known color: Scarlet. HEX triplet: FB, 16 and 12. RGB value is (251,22,18). Sum of RGB (Red+Green+Blue) = 251+22+18=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1612 is #04E9ED. Grayscale: #5A5A5A. Windows color (decimal): -322030 or 1185531. OLE color: 1185531.

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

Color convert

RGB 251 22 18 -
CMYK 0 0.91 0.93 0.02
HSL 1.03º 0.97% 0.53% -
HSV(B) 1.03º 0.93% 0.98% -
XYZ 40.18 21.13 2.53 -
YUV 90.02 87.37 242.83 -
System Red Green Blue C M Y K H S L
Decimal 251 22 18 0 0.91 0.93 0.02 1.03 0.97 0.53
Hex FB 16 12 0 5B 5D 2 1 61 35
Octal 373 26 22 0 133 135 2 1 141 65
Binary 11111011 10110 10010 0 1011011 1011101 10 1 1100001 110101

Color Harmonies of #FB1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1612

Black with #FB1612

Text Example


Text Example

White with #FB1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1612; }

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

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

background-color css

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

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

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

border-color css

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

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

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