Html Css Color HEX #FA1304 Scarlet

📋 copy color: '#FA1304'

red 250 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #FA1304

Tints of Scarlet #FA1304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 91.58%
G = 6.96%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1304 (or 0xFA1304) is known color: Scarlet. HEX triplet: FA, 13 and 04. RGB value is (250,19,4). Sum of RGB (Red+Green+Blue) = 250+19+4=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1304 is #05ECFB. Grayscale: #565656. Windows color (decimal): -388348 or 267258. OLE color: 267258.

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

Color convert

RGB 250 19 4 -
CMYK 0 0.92 0.98 0.02
HSL 3.66º 0.97% 0.5% -
HSV(B) 3.66º 0.98% 0.98% -
XYZ 39.68 20.8 2.04 -
YUV 86.36 81.53 244.72 -
System Red Green Blue C M Y K H S L
Decimal 250 19 4 0 0.92 0.98 0.02 3.66 0.97 0.5
Hex FA 13 4 0 5C 62 2 4 61 32
Octal 372 23 4 0 134 142 2 4 141 62
Binary 11111010 10011 100 0 1011100 1100010 10 100 1100001 110010

Color Harmonies of #FA1304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1304

Black with #FA1304

Text Example


Text Example

White with #FA1304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1304; }

 p { color: rgb(250,19,4); }

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

background-color css

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

 a { background-color: rgb(250,19,4); }

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

border-color css

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

 span { border-color: rgb(250,19,4); }

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