Html Css Color HEX #FA2909 Scarlet

📋 copy color: '#FA2909'

red 250 ◦ green 41 ◦ blue 9

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

Shades of Scarlet #FA2909

Tints of Scarlet #FA2909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3%

R = 83.33%
G = 13.67%
B = 3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA2909 (or 0xFA2909) is known color: Scarlet. HEX triplet: FA, 29 and 09. RGB value is (250,41,9). Sum of RGB (Red+Green+Blue) = 250+41+9=300 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2909 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2909 is #05D6F6. Grayscale: #646464. Windows color (decimal): -382711 or 600570. OLE color: 600570.

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

Color convert

RGB 250 41 9 -
CMYK 0 0.84 0.96 0.02
HSL 7.97º 0.96% 0.51% -
HSV(B) 7.97º 0.96% 0.98% -
XYZ 40.27 21.93 2.37 -
YUV 99.84 76.74 235.1 -
System Red Green Blue C M Y K H S L
Decimal 250 41 9 0 0.84 0.96 0.02 7.97 0.96 0.51
Hex FA 29 9 0 54 60 2 8 60 33
Octal 372 51 11 0 124 140 2 10 140 63
Binary 11111010 101001 1001 0 1010100 1100000 10 1000 1100000 110011

Color Harmonies of #FA2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2909

Black with #FA2909

Text Example


Text Example

White with #FA2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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