Html Css Color HEX #FA2B18 Scarlet

📋 copy color: '#FA2B18'

red 250 ◦ green 43 ◦ blue 24

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

Shades of Scarlet #FA2B18

Tints of Scarlet #FA2B18

RGB

 RED value IS 250 (98.05% from 255) = 78.86%

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 78.86%
G = 13.56%
B = 7.57%

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

#FA2B18 (or 0xFA2B18) is known color: Scarlet. HEX triplet: FA, 2B and 18. RGB value is (250,43,24). Sum of RGB (Red+Green+Blue) = 250+43+24=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B18 is #05D4E7. Grayscale: #676767. Windows color (decimal): -382184 or 1584122. OLE color: 1584122.

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

Color convert

RGB 250 43 24 -
CMYK 0 0.83 0.90 0.02
HSL 5.04º 0.96% 0.54% -
HSV(B) 5.04º 0.9% 0.98% -
XYZ 40.45 22.12 3 -
YUV 102.73 83.58 233.04 -
System Red Green Blue C M Y K H S L
Decimal 250 43 24 0 0.83 0.90 0.02 5.04 0.96 0.54
Hex FA 2B 18 0 53 5A 2 5 60 36
Octal 372 53 30 0 123 132 2 5 140 66
Binary 11111010 101011 11000 0 1010011 1011010 10 101 1100000 110110

Color Harmonies of #FA2B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B18

Black with #FA2B18

Text Example


Text Example

White with #FA2B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B18; }

 p { color: rgb(250,43,24); }

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

background-color css

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

 a { background-color: rgb(250,43,24); }

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

border-color css

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

 span { border-color: rgb(250,43,24); }

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