Html Css Color HEX #FB3005 Scarlet

📋 copy color: '#FB3005'

red 251 ◦ green 48 ◦ blue 5

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

Shades of Scarlet #FB3005

Tints of Scarlet #FB3005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 82.57%
G = 15.79%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FB3005 (or 0xFB3005) is known color: Scarlet. HEX triplet: FB, 30 and 05. RGB value is (251,48,5). Sum of RGB (Red+Green+Blue) = 251+48+5=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3005 is #04CFFA. Grayscale: #686868. Windows color (decimal): -315387 or 340219. OLE color: 340219.

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

Color convert

RGB 251 48 5 -
CMYK 0 0.81 0.98 0.02
HSL 10.49º 0.97% 0.5% -
HSV(B) 10.49º 0.98% 0.98% -
XYZ 40.87 22.63 2.36 -
YUV 103.8 72.25 233 -
System Red Green Blue C M Y K H S L
Decimal 251 48 5 0 0.81 0.98 0.02 10.49 0.97 0.5
Hex FB 30 5 0 51 62 2 A 61 32
Octal 373 60 5 0 121 142 2 12 141 62
Binary 11111011 110000 101 0 1010001 1100010 10 1010 1100001 110010

Color Harmonies of #FB3005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3005

Black with #FB3005

Text Example


Text Example

White with #FB3005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3005; }

 p { color: rgb(251,48,5); }

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

background-color css

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

 a { background-color: rgb(251,48,5); }

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

border-color css

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

 span { border-color: rgb(251,48,5); }

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