Html Css Color HEX #FB251C Scarlet

📋 copy color: '#FB251C'

red 251 ◦ green 37 ◦ blue 28

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

Shades of Scarlet #FB251C

Tints of Scarlet #FB251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 79.43%
G = 11.71%
B = 8.86%

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

#FB251C (or 0xFB251C) is known color: Scarlet. HEX triplet: FB, 25 and 1C. RGB value is (251,37,28). Sum of RGB (Red+Green+Blue) = 251+37+28=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB251C is #04DAE3. Grayscale: #646464. Windows color (decimal): -318180 or 1844731. OLE color: 1844731.

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

Color convert

RGB 251 37 28 -
CMYK 0 0.85 0.89 0.02
HSL 2.42º 0.97% 0.55% -
HSV(B) 2.42º 0.89% 0.98% -
XYZ 40.65 21.92 3.19 -
YUV 99.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 251 37 28 0 0.85 0.89 0.02 2.42 0.97 0.55
Hex FB 25 1C 0 55 59 2 2 61 37
Octal 373 45 34 0 125 131 2 2 141 67
Binary 11111011 100101 11100 0 1010101 1011001 10 10 1100001 110111

Color Harmonies of #FB251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB251C

Black with #FB251C

Text Example


Text Example

White with #FB251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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