Html Css Color HEX #FA2018 Scarlet

📋 copy color: '#FA2018'

red 250 ◦ green 32 ◦ blue 24

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

Shades of Scarlet #FA2018

Tints of Scarlet #FA2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

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

R = 81.7%
G = 10.46%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA2018 (or 0xFA2018) is known color: Scarlet. HEX triplet: FA, 20 and 18. RGB value is (250,32,24). Sum of RGB (Red+Green+Blue) = 250+32+24=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2018 is #05DFE7. Grayscale: #606060. Windows color (decimal): -385000 or 1581306. OLE color: 1581306.

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

Color convert

RGB 250 32 24 -
CMYK 0 0.87 0.90 0.02
HSL 2.12º 0.96% 0.54% -
HSV(B) 2.12º 0.9% 0.98% -
XYZ 40.11 21.42 2.89 -
YUV 96.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 250 32 24 0 0.87 0.90 0.02 2.12 0.96 0.54
Hex FA 20 18 0 57 5A 2 2 60 36
Octal 372 40 30 0 127 132 2 2 140 66
Binary 11111010 100000 11000 0 1010111 1011010 10 10 1100000 110110

Color Harmonies of #FA2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2018

Black with #FA2018

Text Example


Text Example

White with #FA2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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