Html Css Color HEX #FA1702 Scarlet

📋 copy color: '#FA1702'

red 250 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #FA1702

Tints of Scarlet #FA1702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 90.91%
G = 8.36%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA1702 (or 0xFA1702) is known color: Scarlet. HEX triplet: FA, 17 and 02. RGB value is (250,23,2). Sum of RGB (Red+Green+Blue) = 250+23+2=275 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1702 is #05E8FD. Grayscale: #585858. Windows color (decimal): -387326 or 137210. OLE color: 137210.

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

Color convert

RGB 250 23 2 -
CMYK 0 0.91 0.99 0.02
HSL 5.08º 0.98% 0.49% -
HSV(B) 5.08º 0.99% 0.98% -
XYZ 39.74 20.94 2 -
YUV 88.48 79.21 243.21 -
System Red Green Blue C M Y K H S L
Decimal 250 23 2 0 0.91 0.99 0.02 5.08 0.98 0.49
Hex FA 17 2 0 5B 63 2 5 62 31
Octal 372 27 2 0 133 143 2 5 142 61
Binary 11111010 10111 10 0 1011011 1100011 10 101 1100010 110001

Color Harmonies of #FA1702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1702

Black with #FA1702

Text Example


Text Example

White with #FA1702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1702; }

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

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

background-color css

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

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

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

border-color css

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

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

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