Html Css Color HEX #FB1B04 Scarlet

📋 copy color: '#FB1B04'

red 251 ◦ green 27 ◦ blue 4

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

Shades of Scarlet #FB1B04

Tints of Scarlet #FB1B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

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

R = 89.01%
G = 9.57%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB1B04 (or 0xFB1B04) is known color: Scarlet. HEX triplet: FB, 1B and 04. RGB value is (251,27,4). Sum of RGB (Red+Green+Blue) = 251+27+4=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB1B04 is #04E4FB. Grayscale: #5B5B5B. Windows color (decimal): -320764 or 269307. OLE color: 269307.

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

Color convert

RGB 251 27 4 -
CMYK 0 0.89 0.98 0.02
HSL 5.59º 0.97% 0.5% -
HSV(B) 5.59º 0.98% 0.98% -
XYZ 40.2 21.3 2.11 -
YUV 91.35 78.71 241.87 -
System Red Green Blue C M Y K H S L
Decimal 251 27 4 0 0.89 0.98 0.02 5.59 0.97 0.5
Hex FB 1B 4 0 59 62 2 6 61 32
Octal 373 33 4 0 131 142 2 6 141 62
Binary 11111011 11011 100 0 1011001 1100010 10 110 1100001 110010

Color Harmonies of #FB1B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B04

Black with #FB1B04

Text Example


Text Example

White with #FB1B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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