Html Css Color HEX #FB320E Scarlet

📋 copy color: '#FB320E'

red 251 ◦ green 50 ◦ blue 14

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

Shades of Scarlet #FB320E

Tints of Scarlet #FB320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 79.68%
G = 15.87%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB320E (or 0xFB320E) is known color: Scarlet. HEX triplet: FB, 32 and 0E. RGB value is (251,50,14). Sum of RGB (Red+Green+Blue) = 251+50+14=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB320E is #04CDF1. Grayscale: #6A6A6A. Windows color (decimal): -314866 or 930555. OLE color: 930555.

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

Color convert

RGB 251 50 14 -
CMYK 0 0.80 0.94 0.02
HSL 9.11º 0.97% 0.52% -
HSV(B) 9.11º 0.94% 0.98% -
XYZ 41 22.82 2.66 -
YUV 106 76.09 231.43 -
System Red Green Blue C M Y K H S L
Decimal 251 50 14 0 0.80 0.94 0.02 9.11 0.97 0.52
Hex FB 32 E 0 50 5E 2 9 61 34
Octal 373 62 16 0 120 136 2 11 141 64
Binary 11111011 110010 1110 0 1010000 1011110 10 1001 1100001 110100

Color Harmonies of #FB320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB320E

Black with #FB320E

Text Example


Text Example

White with #FB320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB320E; }

 p { color: rgb(251,50,14); }

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

background-color css

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

 a { background-color: rgb(251,50,14); }

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

border-color css

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

 span { border-color: rgb(251,50,14); }

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