Html Css Color HEX #FA271A Scarlet

📋 copy color: '#FA271A'

red 250 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #FA271A

Tints of Scarlet #FA271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 79.37%
G = 12.38%
B = 8.25%

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

#FA271A (or 0xFA271A) is known color: Scarlet. HEX triplet: FA, 27 and 1A. RGB value is (250,39,26). Sum of RGB (Red+Green+Blue) = 250+39+26=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA271A is #05D8E5. Grayscale: #646464. Windows color (decimal): -383206 or 1714170. OLE color: 1714170.

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

Color convert

RGB 250 39 26 -
CMYK 0 0.84 0.90 0.02
HSL 3.48º 0.96% 0.54% -
HSV(B) 3.48º 0.9% 0.98% -
XYZ 40.34 21.85 3.07 -
YUV 100.61 85.9 234.56 -
System Red Green Blue C M Y K H S L
Decimal 250 39 26 0 0.84 0.90 0.02 3.48 0.96 0.54
Hex FA 27 1A 0 54 5A 2 3 60 36
Octal 372 47 32 0 124 132 2 3 140 66
Binary 11111010 100111 11010 0 1010100 1011010 10 11 1100000 110110

Color Harmonies of #FA271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA271A

Black with #FA271A

Text Example


Text Example

White with #FA271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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