Html Css Color HEX #FA2F1A Scarlet

📋 copy color: '#FA2F1A'

red 250 ◦ green 47 ◦ blue 26

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

Shades of Scarlet #FA2F1A

Tints of Scarlet #FA2F1A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 77.4%
G = 14.55%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA2F1A (or 0xFA2F1A) is known color: Scarlet. HEX triplet: FA, 2F and 1A. RGB value is (250,47,26). Sum of RGB (Red+Green+Blue) = 250+47+26=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F1A is #05D0E5. Grayscale: #696969. Windows color (decimal): -381158 or 1716218. OLE color: 1716218.

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

Color convert

RGB 250 47 26 -
CMYK 0 0.81 0.90 0.02
HSL 5.63º 0.96% 0.54% -
HSV(B) 5.63º 0.9% 0.98% -
XYZ 40.63 22.43 3.17 -
YUV 105.3 83.25 231.21 -
System Red Green Blue C M Y K H S L
Decimal 250 47 26 0 0.81 0.90 0.02 5.63 0.96 0.54
Hex FA 2F 1A 0 51 5A 2 6 60 36
Octal 372 57 32 0 121 132 2 6 140 66
Binary 11111010 101111 11010 0 1010001 1011010 10 110 1100000 110110

Color Harmonies of #FA2F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2F1A

Black with #FA2F1A

Text Example


Text Example

White with #FA2F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2F1A; }

 p { color: rgb(250,47,26); }

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

background-color css

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

 a { background-color: rgb(250,47,26); }

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

border-color css

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

 span { border-color: rgb(250,47,26); }

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