Html Css Color HEX #FA2409 Scarlet

📋 copy color: '#FA2409'

red 250 ◦ green 36 ◦ blue 9

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

Shades of Scarlet #FA2409

Tints of Scarlet #FA2409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 84.75%
G = 12.2%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA2409 (or 0xFA2409) is known color: Scarlet. HEX triplet: FA, 24 and 09. RGB value is (250,36,9). Sum of RGB (Red+Green+Blue) = 250+36+9=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2409 is #05DBF6. Grayscale: #616161. Windows color (decimal): -383991 or 599290. OLE color: 599290.

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

Color convert

RGB 250 36 9 -
CMYK 0 0.86 0.96 0.02
HSL 6.72º 0.96% 0.51% -
HSV(B) 6.72º 0.96% 0.98% -
XYZ 40.1 21.61 2.31 -
YUV 96.91 78.4 237.2 -
System Red Green Blue C M Y K H S L
Decimal 250 36 9 0 0.86 0.96 0.02 6.72 0.96 0.51
Hex FA 24 9 0 56 60 2 7 60 33
Octal 372 44 11 0 126 140 2 7 140 63
Binary 11111010 100100 1001 0 1010110 1100000 10 111 1100000 110011

Color Harmonies of #FA2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2409

Black with #FA2409

Text Example


Text Example

White with #FA2409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2409; }

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

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

background-color css

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

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

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

border-color css

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

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

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