Html Css Color HEX #FA1402 Scarlet

📋 copy color: '#FA1402'

red 250 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #FA1402

Tints of Scarlet #FA1402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 91.91%
G = 7.35%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA1402 (or 0xFA1402) is known color: Scarlet. HEX triplet: FA, 14 and 02. RGB value is (250,20,2). Sum of RGB (Red+Green+Blue) = 250+20+2=272 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.91% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1402 is #05EBFD. Grayscale: #575757. Windows color (decimal): -388094 or 136442. OLE color: 136442.

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

Color convert

RGB 250 20 2 -
CMYK 0 0.92 0.99 0.02
HSL 4.35º 0.98% 0.49% -
HSV(B) 4.35º 0.99% 0.98% -
XYZ 39.69 20.83 1.99 -
YUV 86.72 80.2 244.46 -
System Red Green Blue C M Y K H S L
Decimal 250 20 2 0 0.92 0.99 0.02 4.35 0.98 0.49
Hex FA 14 2 0 5C 63 2 4 62 31
Octal 372 24 2 0 134 143 2 4 142 61
Binary 11111010 10100 10 0 1011100 1100011 10 100 1100010 110001

Color Harmonies of #FA1402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1402

Black with #FA1402

Text Example


Text Example

White with #FA1402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1402; }

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

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

background-color css

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

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

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

border-color css

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

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

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