Html Css Color HEX #FA271B Scarlet

📋 copy color: '#FA271B'

red 250 ◦ green 39 ◦ blue 27

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

Shades of Scarlet #FA271B

Tints of Scarlet #FA271B

RGB

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

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

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

R = 79.11%
G = 12.34%
B = 8.54%

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

#FA271B (or 0xFA271B) is known color: Scarlet. HEX triplet: FA, 27 and 1B. RGB value is (250,39,27). Sum of RGB (Red+Green+Blue) = 250+39+27=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA271B is #05D8E4. Grayscale: #646464. Windows color (decimal): -383205 or 1779706. OLE color: 1779706.

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

Color convert

RGB 250 39 27 -
CMYK 0 0.84 0.89 0.02
HSL 3.23º 0.96% 0.54% -
HSV(B) 3.23º 0.89% 0.98% -
XYZ 40.35 21.85 3.13 -
YUV 100.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 250 39 27 0 0.84 0.89 0.02 3.23 0.96 0.54
Hex FA 27 1B 0 54 59 2 3 60 36
Octal 372 47 33 0 124 131 2 3 140 66
Binary 11111010 100111 11011 0 1010100 1011001 10 11 1100000 110110

Color Harmonies of #FA271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA271B

Black with #FA271B

Text Example


Text Example

White with #FA271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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