Html Css Color HEX #FA2003 Scarlet

📋 copy color: '#FA2003'

red 250 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #FA2003

Tints of Scarlet #FA2003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 87.72%
G = 11.23%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA2003 (or 0xFA2003) is known color: Scarlet. HEX triplet: FA, 20 and 03. RGB value is (250,32,3). Sum of RGB (Red+Green+Blue) = 250+32+3=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2003 is #05DFFC. Grayscale: #5E5E5E. Windows color (decimal): -385021 or 205050. OLE color: 205050.

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

Color convert

RGB 250 32 3 -
CMYK 0 0.87 0.99 0.02
HSL 7.04º 0.98% 0.5% -
HSV(B) 7.04º 0.99% 0.98% -
XYZ 39.96 21.36 2.1 -
YUV 93.88 76.72 239.36 -
System Red Green Blue C M Y K H S L
Decimal 250 32 3 0 0.87 0.99 0.02 7.04 0.98 0.5
Hex FA 20 3 0 57 63 2 7 62 32
Octal 372 40 3 0 127 143 2 7 142 62
Binary 11111010 100000 11 0 1010111 1100011 10 111 1100010 110010

Color Harmonies of #FA2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2003

Black with #FA2003

Text Example


Text Example

White with #FA2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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