Html Css Color HEX #FA2709 Scarlet

📋 copy color: '#FA2709'

red 250 ◦ green 39 ◦ blue 9

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

Shades of Scarlet #FA2709

Tints of Scarlet #FA2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 83.89%
G = 13.09%
B = 3.02%

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

#FA2709 (or 0xFA2709) is known color: Scarlet. HEX triplet: FA, 27 and 09. RGB value is (250,39,9). Sum of RGB (Red+Green+Blue) = 250+39+9=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2709 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2709 is #05D8F6. Grayscale: #626262. Windows color (decimal): -383223 or 600058. OLE color: 600058.

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

Color convert

RGB 250 39 9 -
CMYK 0 0.84 0.96 0.02
HSL 7.47º 0.96% 0.51% -
HSV(B) 7.47º 0.96% 0.98% -
XYZ 40.2 21.79 2.35 -
YUV 98.67 77.4 235.94 -
System Red Green Blue C M Y K H S L
Decimal 250 39 9 0 0.84 0.96 0.02 7.47 0.96 0.51
Hex FA 27 9 0 54 60 2 7 60 33
Octal 372 47 11 0 124 140 2 7 140 63
Binary 11111010 100111 1001 0 1010100 1100000 10 111 1100000 110011

Color Harmonies of #FA2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2709

Black with #FA2709

Text Example


Text Example

White with #FA2709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2709; }

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

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

background-color css

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

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

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

border-color css

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

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

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