Html Css Color HEX #FA2D1A Scarlet

📋 copy color: '#FA2D1A'

red 250 ◦ green 45 ◦ blue 26

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

Shades of Scarlet #FA2D1A

Tints of Scarlet #FA2D1A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

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

R = 77.88%
G = 14.02%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA2D1A (or 0xFA2D1A) is known color: Scarlet. HEX triplet: FA, 2D and 1A. RGB value is (250,45,26). Sum of RGB (Red+Green+Blue) = 250+45+26=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D1A is #05D2E5. Grayscale: #686868. Windows color (decimal): -381670 or 1715706. OLE color: 1715706.

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

Color convert

RGB 250 45 26 -
CMYK 0 0.82 0.90 0.02
HSL 5.09º 0.96% 0.54% -
HSV(B) 5.09º 0.9% 0.98% -
XYZ 40.55 22.28 3.14 -
YUV 104.13 83.92 232.04 -
System Red Green Blue C M Y K H S L
Decimal 250 45 26 0 0.82 0.90 0.02 5.09 0.96 0.54
Hex FA 2D 1A 0 52 5A 2 5 60 36
Octal 372 55 32 0 122 132 2 5 140 66
Binary 11111010 101101 11010 0 1010010 1011010 10 101 1100000 110110

Color Harmonies of #FA2D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D1A

Black with #FA2D1A

Text Example


Text Example

White with #FA2D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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