Html Css Color HEX #FA1502 Scarlet

📋 copy color: '#FA1502'

red 250 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #FA1502

Tints of Scarlet #FA1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 91.58%
G = 7.69%
B = 0.73%

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

#FA1502 (or 0xFA1502) is known color: Scarlet. HEX triplet: FA, 15 and 02. RGB value is (250,21,2). Sum of RGB (Red+Green+Blue) = 250+21+2=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1502 is #05EAFD. Grayscale: #575757. Windows color (decimal): -387838 or 136698. OLE color: 136698.

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

Color convert

RGB 250 21 2 -
CMYK 0 0.92 0.99 0.02
HSL 4.6º 0.98% 0.49% -
HSV(B) 4.6º 0.99% 0.98% -
XYZ 39.7 20.86 1.99 -
YUV 87.31 79.87 244.04 -
System Red Green Blue C M Y K H S L
Decimal 250 21 2 0 0.92 0.99 0.02 4.6 0.98 0.49
Hex FA 15 2 0 5C 63 2 5 62 31
Octal 372 25 2 0 134 143 2 5 142 61
Binary 11111010 10101 10 0 1011100 1100011 10 101 1100010 110001

Color Harmonies of #FA1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1502

Black with #FA1502

Text Example


Text Example

White with #FA1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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