Html Css Color HEX #FA1A0F Scarlet

📋 copy color: '#FA1A0F'

red 250 ◦ green 26 ◦ blue 15

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

Shades of Scarlet #FA1A0F

Tints of Scarlet #FA1A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 85.91%
G = 8.93%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA1A0F (or 0xFA1A0F) is known color: Scarlet. HEX triplet: FA, 1A and 0F. RGB value is (250,26,15). Sum of RGB (Red+Green+Blue) = 250+26+15=291 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.91% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1A0F is #05E5F0. Grayscale: #5B5B5B. Windows color (decimal): -386545 or 989946. OLE color: 989946.

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

Color convert

RGB 250 26 15 -
CMYK 0 0.90 0.94 0.02
HSL 2.81º 0.96% 0.52% -
HSV(B) 2.81º 0.94% 0.98% -
XYZ 39.88 21.1 2.42 -
YUV 91.72 84.71 240.89 -
System Red Green Blue C M Y K H S L
Decimal 250 26 15 0 0.90 0.94 0.02 2.81 0.96 0.52
Hex FA 1A F 0 5A 5E 2 3 60 34
Octal 372 32 17 0 132 136 2 3 140 64
Binary 11111010 11010 1111 0 1011010 1011110 10 11 1100000 110100

Color Harmonies of #FA1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A0F

Black with #FA1A0F

Text Example


Text Example

White with #FA1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A0F; }

 p { color: rgb(250,26,15); }

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

background-color css

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

 a { background-color: rgb(250,26,15); }

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

border-color css

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

 span { border-color: rgb(250,26,15); }

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