Html Css Color HEX #FA271D Scarlet

📋 copy color: '#FA271D'

red 250 ◦ green 39 ◦ blue 29

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

Shades of Scarlet #FA271D

Tints of Scarlet #FA271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 78.62%
G = 12.26%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA271D (or 0xFA271D) is known color: Scarlet. HEX triplet: FA, 27 and 1D. RGB value is (250,39,29). Sum of RGB (Red+Green+Blue) = 250+39+29=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA271D is #05D8E2. Grayscale: #656565. Windows color (decimal): -383203 or 1910778. OLE color: 1910778.

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

Color convert

RGB 250 39 29 -
CMYK 0 0.84 0.88 0.02
HSL 2.71º 0.96% 0.55% -
HSV(B) 2.71º 0.88% 0.98% -
XYZ 40.37 21.86 3.25 -
YUV 100.95 87.4 234.31 -
System Red Green Blue C M Y K H S L
Decimal 250 39 29 0 0.84 0.88 0.02 2.71 0.96 0.55
Hex FA 27 1D 0 54 58 2 3 60 37
Octal 372 47 35 0 124 130 2 3 140 67
Binary 11111010 100111 11101 0 1010100 1011000 10 11 1100000 110111

Color Harmonies of #FA271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA271D

Black with #FA271D

Text Example


Text Example

White with #FA271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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