Html Css Color HEX #FB251A Scarlet

📋 copy color: '#FB251A'

red 251 ◦ green 37 ◦ blue 26

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

Shades of Scarlet #FB251A

Tints of Scarlet #FB251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 79.94%
G = 11.78%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB251A (or 0xFB251A) is known color: Scarlet. HEX triplet: FB, 25 and 1A. RGB value is (251,37,26). Sum of RGB (Red+Green+Blue) = 251+37+26=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB251A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB251A is #04DAE5. Grayscale: #636363. Windows color (decimal): -318182 or 1713659. OLE color: 1713659.

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

Color convert

RGB 251 37 26 -
CMYK 0 0.85 0.90 0.02
HSL 2.93º 0.97% 0.54% -
HSV(B) 2.93º 0.9% 0.98% -
XYZ 40.63 21.91 3.06 -
YUV 99.73 86.4 235.89 -
System Red Green Blue C M Y K H S L
Decimal 251 37 26 0 0.85 0.90 0.02 2.93 0.97 0.54
Hex FB 25 1A 0 55 5A 2 3 61 36
Octal 373 45 32 0 125 132 2 3 141 66
Binary 11111011 100101 11010 0 1010101 1011010 10 11 1100001 110110

Color Harmonies of #FB251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB251A

Black with #FB251A

Text Example


Text Example

White with #FB251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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