Html Css Color HEX #FA2B14 Scarlet

📋 copy color: '#FA2B14'

red 250 ◦ green 43 ◦ blue 20

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

Shades of Scarlet #FA2B14

Tints of Scarlet #FA2B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 79.87%
G = 13.74%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA2B14 (or 0xFA2B14) is known color: Scarlet. HEX triplet: FA, 2B and 14. RGB value is (250,43,20). Sum of RGB (Red+Green+Blue) = 250+43+20=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B14 is #05D4EB. Grayscale: #666666. Windows color (decimal): -382188 or 1321978. OLE color: 1321978.

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

Color convert

RGB 250 43 20 -
CMYK 0 0.83 0.92 0.02
HSL 0.96% 0.53% -
HSV(B) 0.92% 0.98% -
XYZ 40.41 22.1 2.8 -
YUV 102.27 81.58 233.37 -
System Red Green Blue C M Y K H S L
Decimal 250 43 20 0 0.83 0.92 0.02 6 0.96 0.53
Hex FA 2B 14 0 53 5C 2 6 60 35
Octal 372 53 24 0 123 134 2 6 140 65
Binary 11111010 101011 10100 0 1010011 1011100 10 110 1100000 110101

Color Harmonies of #FA2B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B14

Black with #FA2B14

Text Example


Text Example

White with #FA2B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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