Html Css Color HEX #FA2D18 Scarlet

📋 copy color: '#FA2D18'

red 250 ◦ green 45 ◦ blue 24

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

Shades of Scarlet #FA2D18

Tints of Scarlet #FA2D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

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

R = 78.37%
G = 14.11%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA2D18 (or 0xFA2D18) is known color: Scarlet. HEX triplet: FA, 2D and 18. RGB value is (250,45,24). Sum of RGB (Red+Green+Blue) = 250+45+24=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2D18 is #05D2E7. Grayscale: #686868. Windows color (decimal): -381672 or 1584634. OLE color: 1584634.

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

Color convert

RGB 250 45 24 -
CMYK 0 0.82 0.90 0.02
HSL 5.58º 0.96% 0.54% -
HSV(B) 5.58º 0.9% 0.98% -
XYZ 40.53 22.27 3.03 -
YUV 103.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 250 45 24 0 0.82 0.90 0.02 5.58 0.96 0.54
Hex FA 2D 18 0 52 5A 2 6 60 36
Octal 372 55 30 0 122 132 2 6 140 66
Binary 11111010 101101 11000 0 1010010 1011010 10 110 1100000 110110

Color Harmonies of #FA2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D18

Black with #FA2D18

Text Example


Text Example

White with #FA2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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