Html Css Color HEX #FB1504 Scarlet

📋 copy color: '#FB1504'

red 251 ◦ green 21 ◦ blue 4

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

Shades of Scarlet #FB1504

Tints of Scarlet #FB1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 90.94%
G = 7.61%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB1504 (or 0xFB1504) is known color: Scarlet. HEX triplet: FB, 15 and 04. RGB value is (251,21,4). Sum of RGB (Red+Green+Blue) = 251+21+4=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1504 is #04EAFB. Grayscale: #585858. Windows color (decimal): -322300 or 267771. OLE color: 267771.

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

Color convert

RGB 251 21 4 -
CMYK 0 0.92 0.98 0.02
HSL 4.13º 0.97% 0.5% -
HSV(B) 4.13º 0.98% 0.98% -
XYZ 40.07 21.05 2.07 -
YUV 87.83 80.7 244.38 -
System Red Green Blue C M Y K H S L
Decimal 251 21 4 0 0.92 0.98 0.02 4.13 0.97 0.5
Hex FB 15 4 0 5C 62 2 4 61 32
Octal 373 25 4 0 134 142 2 4 141 62
Binary 11111011 10101 100 0 1011100 1100010 10 100 1100001 110010

Color Harmonies of #FB1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1504

Black with #FB1504

Text Example


Text Example

White with #FB1504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1504; }

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

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

background-color css

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

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

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

border-color css

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

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

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