Html Css Color HEX #FA281A Scarlet

📋 copy color: '#FA281A'

red 250 ◦ green 40 ◦ blue 26

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

Shades of Scarlet #FA281A

Tints of Scarlet #FA281A

RGB

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

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

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

R = 79.11%
G = 12.66%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA281A (or 0xFA281A) is known color: Scarlet. HEX triplet: FA, 28 and 1A. RGB value is (250,40,26). Sum of RGB (Red+Green+Blue) = 250+40+26=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA281A is #05D7E5. Grayscale: #656565. Windows color (decimal): -382950 or 1714426. OLE color: 1714426.

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

Color convert

RGB 250 40 26 -
CMYK 0 0.84 0.90 0.02
HSL 3.75º 0.96% 0.54% -
HSV(B) 3.75º 0.9% 0.98% -
XYZ 40.37 21.92 3.08 -
YUV 101.19 85.57 234.14 -
System Red Green Blue C M Y K H S L
Decimal 250 40 26 0 0.84 0.90 0.02 3.75 0.96 0.54
Hex FA 28 1A 0 54 5A 2 4 60 36
Octal 372 50 32 0 124 132 2 4 140 66
Binary 11111010 101000 11010 0 1010100 1011010 10 100 1100000 110110

Color Harmonies of #FA281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA281A

Black with #FA281A

Text Example


Text Example

White with #FA281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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