Html Css Color HEX #FA1C0E Scarlet

📋 copy color: '#FA1C0E'

red 250 ◦ green 28 ◦ blue 14

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

Shades of Scarlet #FA1C0E

Tints of Scarlet #FA1C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 85.62%
G = 9.59%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA1C0E (or 0xFA1C0E) is known color: Scarlet. HEX triplet: FA, 1C and 0E. RGB value is (250,28,14). Sum of RGB (Red+Green+Blue) = 250+28+14=292 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.62% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C0E is #05E3F1. Grayscale: #5D5D5D. Windows color (decimal): -386034 or 924922. OLE color: 924922.

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

Color convert

RGB 250 28 14 -
CMYK 0 0.89 0.94 0.02
HSL 3.56º 0.96% 0.52% -
HSV(B) 3.56º 0.94% 0.98% -
XYZ 39.92 21.19 2.4 -
YUV 92.78 83.55 240.14 -
System Red Green Blue C M Y K H S L
Decimal 250 28 14 0 0.89 0.94 0.02 3.56 0.96 0.52
Hex FA 1C E 0 59 5E 2 4 60 34
Octal 372 34 16 0 131 136 2 4 140 64
Binary 11111010 11100 1110 0 1011001 1011110 10 100 1100000 110100

Color Harmonies of #FA1C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1C0E

Black with #FA1C0E

Text Example


Text Example

White with #FA1C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1C0E; }

 p { color: rgb(250,28,14); }

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

background-color css

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

 a { background-color: rgb(250,28,14); }

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

border-color css

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

 span { border-color: rgb(250,28,14); }

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