Html Css Color HEX #FB1704 Scarlet

📋 copy color: '#FB1704'

red 251 ◦ green 23 ◦ blue 4

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

Shades of Scarlet #FB1704

Tints of Scarlet #FB1704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 90.29%
G = 8.27%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB1704 (or 0xFB1704) is known color: Scarlet. HEX triplet: FB, 17 and 04. RGB value is (251,23,4). Sum of RGB (Red+Green+Blue) = 251+23+4=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1704 is #04E8FB. Grayscale: #595959. Windows color (decimal): -321788 or 268283. OLE color: 268283.

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

Color convert

RGB 251 23 4 -
CMYK 0 0.91 0.98 0.02
HSL 4.62º 0.97% 0.5% -
HSV(B) 4.62º 0.98% 0.98% -
XYZ 40.11 21.13 2.08 -
YUV 89.01 80.04 243.54 -
System Red Green Blue C M Y K H S L
Decimal 251 23 4 0 0.91 0.98 0.02 4.62 0.97 0.5
Hex FB 17 4 0 5B 62 2 5 61 32
Octal 373 27 4 0 133 142 2 5 141 62
Binary 11111011 10111 100 0 1011011 1100010 10 101 1100001 110010

Color Harmonies of #FB1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1704

Black with #FB1704

Text Example


Text Example

White with #FB1704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1704; }

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

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

background-color css

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

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

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

border-color css

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

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

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