Html Css Color HEX #FA3212 Scarlet

📋 copy color: '#FA3212'

red 250 ◦ green 50 ◦ blue 18

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

Shades of Scarlet #FA3212

Tints of Scarlet #FA3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 78.62%
G = 15.72%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3212 (or 0xFA3212) is known color: Scarlet. HEX triplet: FA, 32 and 12. RGB value is (250,50,18). Sum of RGB (Red+Green+Blue) = 250+50+18=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3212 is #05CDED. Grayscale: #6A6A6A. Windows color (decimal): -380398 or 1192698. OLE color: 1192698.

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

Color convert

RGB 250 50 18 -
CMYK 0 0.8 0.93 0.02
HSL 8.28º 0.96% 0.53% -
HSV(B) 8.28º 0.93% 0.98% -
XYZ 40.67 22.65 2.8 -
YUV 106.15 78.26 230.6 -
System Red Green Blue C M Y K H S L
Decimal 250 50 18 0 0.8 0.93 0.02 8.28 0.96 0.53
Hex FA 32 12 0 50 5D 2 8 60 35
Octal 372 62 22 0 120 135 2 10 140 65
Binary 11111010 110010 10010 0 1010000 1011101 10 1000 1100000 110101

Color Harmonies of #FA3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3212

Black with #FA3212

Text Example


Text Example

White with #FA3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3212; }

 p { color: rgb(250,50,18); }

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

background-color css

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

 a { background-color: rgb(250,50,18); }

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

border-color css

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

 span { border-color: rgb(250,50,18); }

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