Html Css Color HEX #FB2908 Scarlet

📋 copy color: '#FB2908'

red 251 ◦ green 41 ◦ blue 8

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

Shades of Scarlet #FB2908

Tints of Scarlet #FB2908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 83.67%
G = 13.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB2908 (or 0xFB2908) is known color: Scarlet. HEX triplet: FB, 29 and 08. RGB value is (251,41,8). Sum of RGB (Red+Green+Blue) = 251+41+8=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2908 is #04D6F7. Grayscale: #646464. Windows color (decimal): -317176 or 535035. OLE color: 535035.

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

Color convert

RGB 251 41 8 -
CMYK 0 0.84 0.97 0.02
HSL 8.15º 0.97% 0.51% -
HSV(B) 8.15º 0.97% 0.98% -
XYZ 40.62 22.11 2.36 -
YUV 100.03 76.07 235.68 -
System Red Green Blue C M Y K H S L
Decimal 251 41 8 0 0.84 0.97 0.02 8.15 0.97 0.51
Hex FB 29 8 0 54 61 2 8 61 33
Octal 373 51 10 0 124 141 2 10 141 63
Binary 11111011 101001 1000 0 1010100 1100001 10 1000 1100001 110011

Color Harmonies of #FB2908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2908

Black with #FB2908

Text Example


Text Example

White with #FB2908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2908; }

 p { color: rgb(251,41,8); }

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

background-color css

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

 a { background-color: rgb(251,41,8); }

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

border-color css

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

 span { border-color: rgb(251,41,8); }

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