Html Css Color HEX #FA1B09 Scarlet

📋 copy color: '#FA1B09'

red 250 ◦ green 27 ◦ blue 9

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

Shades of Scarlet #FA1B09

Tints of Scarlet #FA1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.44%

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

R = 87.41%
G = 9.44%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA1B09 (or 0xFA1B09) is known color: Scarlet. HEX triplet: FA, 1B and 09. RGB value is (250,27,9). Sum of RGB (Red+Green+Blue) = 250+27+9=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1B09 is #05E4F6. Grayscale: #5B5B5B. Windows color (decimal): -386295 or 596986. OLE color: 596986.

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

Color convert

RGB 250 27 9 -
CMYK 0 0.89 0.96 0.02
HSL 4.48º 0.96% 0.51% -
HSV(B) 4.48º 0.96% 0.98% -
XYZ 39.87 21.13 2.24 -
YUV 91.63 81.38 240.96 -
System Red Green Blue C M Y K H S L
Decimal 250 27 9 0 0.89 0.96 0.02 4.48 0.96 0.51
Hex FA 1B 9 0 59 60 2 4 60 33
Octal 372 33 11 0 131 140 2 4 140 63
Binary 11111010 11011 1001 0 1011001 1100000 10 100 1100000 110011

Color Harmonies of #FA1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B09

Black with #FA1B09

Text Example


Text Example

White with #FA1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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