Html Css Color HEX #FB1502 Scarlet

📋 copy color: '#FB1502'

red 251 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #FB1502

Tints of Scarlet #FB1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 91.61%
G = 7.66%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FB1502 (or 0xFB1502) is known color: Scarlet. HEX triplet: FB, 15 and 02. RGB value is (251,21,2). Sum of RGB (Red+Green+Blue) = 251+21+2=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1502 is #04EAFD. Grayscale: #575757. Windows color (decimal): -322302 or 136699. OLE color: 136699.

HSL color Cylindrical-coordinate representation of color #FB1502: hue angle of 4.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB1502 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 2 -
CMYK 0 0.92 0.99 0.02
HSL 4.58º 0.98% 0.5% -
HSV(B) 4.58º 0.99% 0.98% -
XYZ 40.06 21.05 2.01 -
YUV 87.6 79.7 244.54 -
System Red Green Blue C M Y K H S L
Decimal 251 21 2 0 0.92 0.99 0.02 4.58 0.98 0.5
Hex FB 15 2 0 5C 63 2 5 62 32
Octal 373 25 2 0 134 143 2 5 142 62
Binary 11111011 10101 10 0 1011100 1100011 10 101 1100010 110010

Color Harmonies of #FB1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1502

Black with #FB1502

Text Example


Text Example

White with #FB1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1502; }

 p { color: rgb(251,21,2); }

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

background-color css

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

 a { background-color: rgb(251,21,2); }

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

border-color css

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

 span { border-color: rgb(251,21,2); }

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