Html Css Color HEX #FB2A19 Scarlet

📋 copy color: '#FB2A19'

red 251 ◦ green 42 ◦ blue 25

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

Shades of Scarlet #FB2A19

Tints of Scarlet #FB2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 78.93%
G = 13.21%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB2A19 (or 0xFB2A19) is known color: Scarlet. HEX triplet: FB, 2A and 19. RGB value is (251,42,25). Sum of RGB (Red+Green+Blue) = 251+42+25=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB2A19 is #04D5E6. Grayscale: #666666. Windows color (decimal): -316903 or 1649403. OLE color: 1649403.

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

Color convert

RGB 251 42 25 -
CMYK 0 0.83 0.90 0.02
HSL 4.51º 0.97% 0.54% -
HSV(B) 4.51º 0.9% 0.98% -
XYZ 40.79 22.24 3.06 -
YUV 102.55 84.24 233.88 -
System Red Green Blue C M Y K H S L
Decimal 251 42 25 0 0.83 0.90 0.02 4.51 0.97 0.54
Hex FB 2A 19 0 53 5A 2 5 61 36
Octal 373 52 31 0 123 132 2 5 141 66
Binary 11111011 101010 11001 0 1010011 1011010 10 101 1100001 110110

Color Harmonies of #FB2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A19

Black with #FB2A19

Text Example


Text Example

White with #FB2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A19; }

 p { color: rgb(251,42,25); }

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

background-color css

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

 a { background-color: rgb(251,42,25); }

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

border-color css

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

 span { border-color: rgb(251,42,25); }

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