Html Css Color HEX #FA2202 Scarlet

📋 copy color: '#FA2202'

red 250 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #FA2202

Tints of Scarlet #FA2202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 87.41%
G = 11.89%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA2202 (or 0xFA2202) is known color: Scarlet. HEX triplet: FA, 22 and 02. RGB value is (250,34,2). Sum of RGB (Red+Green+Blue) = 250+34+2=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2202 is #05DDFD. Grayscale: #5F5F5F. Windows color (decimal): -384510 or 140026. OLE color: 140026.

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

Color convert

RGB 250 34 2 -
CMYK 0 0.86 0.99 0.02
HSL 7.74º 0.98% 0.49% -
HSV(B) 7.74º 0.99% 0.98% -
XYZ 40.01 21.47 2.09 -
YUV 94.94 75.56 238.6 -
System Red Green Blue C M Y K H S L
Decimal 250 34 2 0 0.86 0.99 0.02 7.74 0.98 0.49
Hex FA 22 2 0 56 63 2 8 62 31
Octal 372 42 2 0 126 143 2 10 142 61
Binary 11111010 100010 10 0 1010110 1100011 10 1000 1100010 110001

Color Harmonies of #FA2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2202

Black with #FA2202

Text Example


Text Example

White with #FA2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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