Html Css Color HEX #FA2201 Scarlet

📋 copy color: '#FA2201'

red 250 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #FA2201

Tints of Scarlet #FA2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 87.72%
G = 11.93%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA2201 (or 0xFA2201) is known color: Scarlet. HEX triplet: FA, 22 and 01. RGB value is (250,34,1). Sum of RGB (Red+Green+Blue) = 250+34+1=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2201 is #05DDFE. Grayscale: #5F5F5F. Windows color (decimal): -384511 or 74490. OLE color: 74490.

HSL color Cylindrical-coordinate representation of color #FA2201: hue angle of 7.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA2201 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 34 1 -
CMYK 0 0.86 1.00 0.02
HSL 7.95º 0.99% 0.49% -
HSV(B) 7.95º 1% 0.98% -
XYZ 40 21.47 2.06 -
YUV 94.82 75.06 238.68 -
System Red Green Blue C M Y K H S L
Decimal 250 34 1 0 0.86 1.00 0.02 7.95 0.99 0.49
Hex FA 22 1 0 56 64 2 8 63 31
Octal 372 42 1 0 126 144 2 10 143 61
Binary 11111010 100010 1 0 1010110 1100100 10 1000 1100011 110001

Color Harmonies of #FA2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2201

Black with #FA2201

Text Example


Text Example

White with #FA2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2201; }

 p { color: rgb(250,34,1); }

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

background-color css

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

 a { background-color: rgb(250,34,1); }

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

border-color css

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

 span { border-color: rgb(250,34,1); }

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