Html Css Color HEX #FB3410 Scarlet

📋 copy color: '#FB3410'

red 251 ◦ green 52 ◦ blue 16

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

Shades of Scarlet #FB3410

Tints of Scarlet #FB3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 78.68%
G = 16.3%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB3410 (or 0xFB3410) is known color: Scarlet. HEX triplet: FB, 34 and 10. RGB value is (251,52,16). Sum of RGB (Red+Green+Blue) = 251+52+16=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3410 is #04CBEF. Grayscale: #6B6B6B. Windows color (decimal): -314352 or 1062139. OLE color: 1062139.

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

Color convert

RGB 251 52 16 -
CMYK 0 0.79 0.94 0.02
HSL 9.19º 0.97% 0.52% -
HSV(B) 9.19º 0.94% 0.98% -
XYZ 41.11 23 2.76 -
YUV 107.4 76.43 230.43 -
System Red Green Blue C M Y K H S L
Decimal 251 52 16 0 0.79 0.94 0.02 9.19 0.97 0.52
Hex FB 34 10 0 4F 5E 2 9 61 34
Octal 373 64 20 0 117 136 2 11 141 64
Binary 11111011 110100 10000 0 1001111 1011110 10 1001 1100001 110100

Color Harmonies of #FB3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3410

Black with #FB3410

Text Example


Text Example

White with #FB3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3410; }

 p { color: rgb(251,52,16); }

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

background-color css

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

 a { background-color: rgb(251,52,16); }

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

border-color css

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

 span { border-color: rgb(251,52,16); }

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