Html Css Color HEX #FA1C02 Scarlet

📋 copy color: '#FA1C02'

red 250 ◦ green 28 ◦ blue 2

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

Shades of Scarlet #FA1C02

Tints of Scarlet #FA1C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

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

R = 89.29%
G = 10%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA1C02 (or 0xFA1C02) is known color: Scarlet. HEX triplet: FA, 1C and 02. RGB value is (250,28,2). Sum of RGB (Red+Green+Blue) = 250+28+2=280 (37% of max value = 765). Red value is 250 (98.05% from 255 or 89.29% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C02 is #05E3FD. Grayscale: #5B5B5B. Windows color (decimal): -386046 or 138490. OLE color: 138490.

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

Color convert

RGB 250 28 2 -
CMYK 0 0.89 0.99 0.02
HSL 6.29º 0.98% 0.49% -
HSV(B) 6.29º 0.99% 0.98% -
XYZ 39.85 21.16 2.04 -
YUV 91.41 77.55 241.11 -
System Red Green Blue C M Y K H S L
Decimal 250 28 2 0 0.89 0.99 0.02 6.29 0.98 0.49
Hex FA 1C 2 0 59 63 2 6 62 31
Octal 372 34 2 0 131 143 2 6 142 61
Binary 11111010 11100 10 0 1011001 1100011 10 110 1100010 110001

Color Harmonies of #FA1C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C02

Black with #FA1C02

Text Example


Text Example

White with #FA1C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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