Html Css Color HEX #FA201E Scarlet

📋 copy color: '#FA201E'

red 250 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #FA201E

Tints of Scarlet #FA201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 80.13%
G = 10.26%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA201E (or 0xFA201E) is known color: Scarlet. HEX triplet: FA, 20 and 1E. RGB value is (250,32,30). Sum of RGB (Red+Green+Blue) = 250+32+30=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA201E is #05DFE1. Grayscale: #616161. Windows color (decimal): -384994 or 1974522. OLE color: 1974522.

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

Color convert

RGB 250 32 30 -
CMYK 0 0.87 0.88 0.02
HSL 0.55º 0.96% 0.55% -
HSV(B) 0.55º 0.88% 0.98% -
XYZ 40.18 21.45 3.25 -
YUV 96.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 250 32 30 0 0.87 0.88 0.02 0.55 0.96 0.55
Hex FA 20 1E 0 57 58 2 1 60 37
Octal 372 40 36 0 127 130 2 1 140 67
Binary 11111010 100000 11110 0 1010111 1011000 10 1 1100000 110111

Color Harmonies of #FA201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA201E

Black with #FA201E

Text Example


Text Example

White with #FA201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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