Html Css Color HEX #FA1C18 Scarlet

📋 copy color: '#FA1C18'

red 250 ◦ green 28 ◦ blue 24

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

Shades of Scarlet #FA1C18

Tints of Scarlet #FA1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 82.78%
G = 9.27%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA1C18 (or 0xFA1C18) is known color: Scarlet. HEX triplet: FA, 1C and 18. RGB value is (250,28,24). Sum of RGB (Red+Green+Blue) = 250+28+24=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C18 is #05E3E7. Grayscale: #5E5E5E. Windows color (decimal): -386024 or 1580282. OLE color: 1580282.

HSL color Cylindrical-coordinate representation of color #FA1C18: hue angle of 1.06º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1C18 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 28 24 -
CMYK 0 0.89 0.90 0.02
HSL 1.06º 0.96% 0.54% -
HSV(B) 1.06º 0.9% 0.98% -
XYZ 40 21.22 2.85 -
YUV 93.92 88.55 239.33 -
System Red Green Blue C M Y K H S L
Decimal 250 28 24 0 0.89 0.90 0.02 1.06 0.96 0.54
Hex FA 1C 18 0 59 5A 2 1 60 36
Octal 372 34 30 0 131 132 2 1 140 66
Binary 11111010 11100 11000 0 1011001 1011010 10 1 1100000 110110

Color Harmonies of #FA1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C18

Black with #FA1C18

Text Example


Text Example

White with #FA1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C18; }

 p { color: rgb(250,28,24); }

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

background-color css

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

 a { background-color: rgb(250,28,24); }

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

border-color css

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

 span { border-color: rgb(250,28,24); }

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