Html Css Color HEX #FA281B Scarlet

📋 copy color: '#FA281B'

red 250 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #FA281B

Tints of Scarlet #FA281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 78.86%
G = 12.62%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA281B (or 0xFA281B) is known color: Scarlet. HEX triplet: FA, 28 and 1B. RGB value is (250,40,27). Sum of RGB (Red+Green+Blue) = 250+40+27=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA281B is #05D7E4. Grayscale: #656565. Windows color (decimal): -382949 or 1779962. OLE color: 1779962.

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

Color convert

RGB 250 40 27 -
CMYK 0 0.84 0.89 0.02
HSL 3.5º 0.96% 0.54% -
HSV(B) 3.5º 0.89% 0.98% -
XYZ 40.38 21.92 3.14 -
YUV 101.31 86.07 234.06 -
System Red Green Blue C M Y K H S L
Decimal 250 40 27 0 0.84 0.89 0.02 3.5 0.96 0.54
Hex FA 28 1B 0 54 59 2 3 60 36
Octal 372 50 33 0 124 131 2 3 140 66
Binary 11111010 101000 11011 0 1010100 1011001 10 11 1100000 110110

Color Harmonies of #FA281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA281B

Black with #FA281B

Text Example


Text Example

White with #FA281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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