Html Css Color HEX #FA2912 Scarlet

📋 copy color: '#FA2912'

red 250 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #FA2912

Tints of Scarlet #FA2912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 80.91%
G = 13.27%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2912 (or 0xFA2912) is known color: Scarlet. HEX triplet: FA, 29 and 12. RGB value is (250,41,18). Sum of RGB (Red+Green+Blue) = 250+41+18=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2912 is #05D6ED. Grayscale: #656565. Windows color (decimal): -382702 or 1190394. OLE color: 1190394.

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

Color convert

RGB 250 41 18 -
CMYK 0 0.84 0.93 0.02
HSL 5.95º 0.96% 0.53% -
HSV(B) 5.95º 0.93% 0.98% -
XYZ 40.33 21.95 2.68 -
YUV 100.87 81.24 234.37 -
System Red Green Blue C M Y K H S L
Decimal 250 41 18 0 0.84 0.93 0.02 5.95 0.96 0.53
Hex FA 29 12 0 54 5D 2 6 60 35
Octal 372 51 22 0 124 135 2 6 140 65
Binary 11111010 101001 10010 0 1010100 1011101 10 110 1100000 110101

Color Harmonies of #FA2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2912

Black with #FA2912

Text Example


Text Example

White with #FA2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2912; }

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

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

background-color css

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

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

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

border-color css

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

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

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