Html Css Color HEX #FA150C Scarlet

📋 copy color: '#FA150C'

red 250 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #FA150C

Tints of Scarlet #FA150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 88.34%
G = 7.42%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA150C (or 0xFA150C) is known color: Scarlet. HEX triplet: FA, 15 and 0C. RGB value is (250,21,12). Sum of RGB (Red+Green+Blue) = 250+21+12=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA150C is #05EAF3. Grayscale: #585858. Windows color (decimal): -387828 or 792058. OLE color: 792058.

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

Color convert

RGB 250 21 12 -
CMYK 0 0.92 0.95 0.02
HSL 2.27º 0.96% 0.51% -
HSV(B) 2.27º 0.95% 0.98% -
XYZ 39.76 20.89 2.28 -
YUV 88.45 84.87 243.23 -
System Red Green Blue C M Y K H S L
Decimal 250 21 12 0 0.92 0.95 0.02 2.27 0.96 0.51
Hex FA 15 C 0 5C 5F 2 2 60 33
Octal 372 25 14 0 134 137 2 2 140 63
Binary 11111010 10101 1100 0 1011100 1011111 10 10 1100000 110011

Color Harmonies of #FA150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA150C

Black with #FA150C

Text Example


Text Example

White with #FA150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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