Html Css Color HEX #FB251B Scarlet

📋 copy color: '#FB251B'

red 251 ◦ green 37 ◦ blue 27

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

Shades of Scarlet #FB251B

Tints of Scarlet #FB251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 79.68%
G = 11.75%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB251B (or 0xFB251B) is known color: Scarlet. HEX triplet: FB, 25 and 1B. RGB value is (251,37,27). Sum of RGB (Red+Green+Blue) = 251+37+27=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB251B is #04DAE4. Grayscale: #646464. Windows color (decimal): -318181 or 1779195. OLE color: 1779195.

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

Color convert

RGB 251 37 27 -
CMYK 0 0.85 0.89 0.02
HSL 2.68º 0.97% 0.55% -
HSV(B) 2.68º 0.89% 0.98% -
XYZ 40.64 21.91 3.12 -
YUV 99.85 86.9 235.81 -
System Red Green Blue C M Y K H S L
Decimal 251 37 27 0 0.85 0.89 0.02 2.68 0.97 0.55
Hex FB 25 1B 0 55 59 2 3 61 37
Octal 373 45 33 0 125 131 2 3 141 67
Binary 11111011 100101 11011 0 1010101 1011001 10 11 1100001 110111

Color Harmonies of #FB251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB251B

Black with #FB251B

Text Example


Text Example

White with #FB251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB251B; }

 p { color: rgb(251,37,27); }

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

background-color css

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

 a { background-color: rgb(251,37,27); }

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

border-color css

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

 span { border-color: rgb(251,37,27); }

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