Html Css Color HEX #FB3314 Scarlet

📋 copy color: '#FB3314'

red 251 ◦ green 51 ◦ blue 20

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

Shades of Scarlet #FB3314

Tints of Scarlet #FB3314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 77.95%
G = 15.84%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB3314 (or 0xFB3314) is known color: Scarlet. HEX triplet: FB, 33 and 14. RGB value is (251,51,20). Sum of RGB (Red+Green+Blue) = 251+51+20=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3314 is #04CCEB. Grayscale: #6B6B6B. Windows color (decimal): -314604 or 1324027. OLE color: 1324027.

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

Color convert

RGB 251 51 20 -
CMYK 0 0.80 0.92 0.02
HSL 8.05º 0.97% 0.53% -
HSV(B) 8.05º 0.92% 0.98% -
XYZ 41.09 22.93 2.92 -
YUV 107.27 78.76 230.52 -
System Red Green Blue C M Y K H S L
Decimal 251 51 20 0 0.80 0.92 0.02 8.05 0.97 0.53
Hex FB 33 14 0 50 5C 2 8 61 35
Octal 373 63 24 0 120 134 2 10 141 65
Binary 11111011 110011 10100 0 1010000 1011100 10 1000 1100001 110101

Color Harmonies of #FB3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3314

Black with #FB3314

Text Example


Text Example

White with #FB3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3314; }

 p { color: rgb(251,51,20); }

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

background-color css

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

 a { background-color: rgb(251,51,20); }

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

border-color css

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

 span { border-color: rgb(251,51,20); }

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