Html Css Color HEX #FA2B12 Scarlet

📋 copy color: '#FA2B12'

red 250 ◦ green 43 ◦ blue 18

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

Shades of Scarlet #FA2B12

Tints of Scarlet #FA2B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 80.39%
G = 13.83%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA2B12 (or 0xFA2B12) is known color: Scarlet. HEX triplet: FA, 2B and 12. RGB value is (250,43,18). Sum of RGB (Red+Green+Blue) = 250+43+18=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B12 is #05D4ED. Grayscale: #666666. Windows color (decimal): -382190 or 1190906. OLE color: 1190906.

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

Color convert

RGB 250 43 18 -
CMYK 0 0.83 0.93 0.02
HSL 6.47º 0.96% 0.53% -
HSV(B) 6.47º 0.93% 0.98% -
XYZ 40.4 22.1 2.71 -
YUV 102.04 80.58 233.53 -
System Red Green Blue C M Y K H S L
Decimal 250 43 18 0 0.83 0.93 0.02 6.47 0.96 0.53
Hex FA 2B 12 0 53 5D 2 6 60 35
Octal 372 53 22 0 123 135 2 6 140 65
Binary 11111010 101011 10010 0 1010011 1011101 10 110 1100000 110101

Color Harmonies of #FA2B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B12

Black with #FA2B12

Text Example


Text Example

White with #FA2B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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