Html Css Color HEX #FA1B05 Scarlet

📋 copy color: '#FA1B05'

red 250 ◦ green 27 ◦ blue 5

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

Shades of Scarlet #FA1B05

Tints of Scarlet #FA1B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 88.65%
G = 9.57%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1B05 (or 0xFA1B05) is known color: Scarlet. HEX triplet: FA, 1B and 05. RGB value is (250,27,5). Sum of RGB (Red+Green+Blue) = 250+27+5=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1B05 is #05E4FA. Grayscale: #5B5B5B. Windows color (decimal): -386299 or 334842. OLE color: 334842.

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

Color convert

RGB 250 27 5 -
CMYK 0 0.89 0.98 0.02
HSL 5.39º 0.96% 0.5% -
HSV(B) 5.39º 0.98% 0.98% -
XYZ 39.84 21.12 2.12 -
YUV 91.17 79.38 241.29 -
System Red Green Blue C M Y K H S L
Decimal 250 27 5 0 0.89 0.98 0.02 5.39 0.96 0.5
Hex FA 1B 5 0 59 62 2 5 60 32
Octal 372 33 5 0 131 142 2 5 140 62
Binary 11111010 11011 101 0 1011001 1100010 10 101 1100000 110010

Color Harmonies of #FA1B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1B05

Black with #FA1B05

Text Example


Text Example

White with #FA1B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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