Html Css Color HEX #FA2A1B Scarlet

📋 copy color: '#FA2A1B'

red 250 ◦ green 42 ◦ blue 27

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

Shades of Scarlet #FA2A1B

Tints of Scarlet #FA2A1B

RGB

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

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

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

R = 78.37%
G = 13.17%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA2A1B (or 0xFA2A1B) is known color: Scarlet. HEX triplet: FA, 2A and 1B. RGB value is (250,42,27). Sum of RGB (Red+Green+Blue) = 250+42+27=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2A1B is #05D5E4. Grayscale: #666666. Windows color (decimal): -382437 or 1780474. OLE color: 1780474.

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

Color convert

RGB 250 42 27 -
CMYK 0 0.83 0.89 0.02
HSL 4.04º 0.96% 0.54% -
HSV(B) 4.04º 0.89% 0.98% -
XYZ 40.45 22.06 3.16 -
YUV 102.48 85.41 233.22 -
System Red Green Blue C M Y K H S L
Decimal 250 42 27 0 0.83 0.89 0.02 4.04 0.96 0.54
Hex FA 2A 1B 0 53 59 2 4 60 36
Octal 372 52 33 0 123 131 2 4 140 66
Binary 11111010 101010 11011 0 1010011 1011001 10 100 1100000 110110

Color Harmonies of #FA2A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2A1B

Black with #FA2A1B

Text Example


Text Example

White with #FA2A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2A1B; }

 p { color: rgb(250,42,27); }

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

background-color css

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

 a { background-color: rgb(250,42,27); }

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

border-color css

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

 span { border-color: rgb(250,42,27); }

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