Html Css Color HEX #FA201C Scarlet

📋 copy color: '#FA201C'

red 250 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #FA201C

Tints of Scarlet #FA201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 80.65%
G = 10.32%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA201C (or 0xFA201C) is known color: Scarlet. HEX triplet: FA, 20 and 1C. RGB value is (250,32,28). Sum of RGB (Red+Green+Blue) = 250+32+28=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA201C is #05DFE3. Grayscale: #606060. Windows color (decimal): -384996 or 1843450. OLE color: 1843450.

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

Color convert

RGB 250 32 28 -
CMYK 0 0.87 0.89 0.02
HSL 1.08º 0.96% 0.55% -
HSV(B) 1.08º 0.89% 0.98% -
XYZ 40.15 21.44 3.12 -
YUV 96.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 250 32 28 0 0.87 0.89 0.02 1.08 0.96 0.55
Hex FA 20 1C 0 57 59 2 1 60 37
Octal 372 40 34 0 127 131 2 1 140 67
Binary 11111010 100000 11100 0 1010111 1011001 10 1 1100000 110111

Color Harmonies of #FA201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA201C

Black with #FA201C

Text Example


Text Example

White with #FA201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA201C; }

 p { color: rgb(250,32,28); }

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

background-color css

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

 a { background-color: rgb(250,32,28); }

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

border-color css

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

 span { border-color: rgb(250,32,28); }

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