Html Css Color HEX #FA130E Red

📋 copy color: '#FA130E'

red 250 ◦ green 19 ◦ blue 14

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

Shades of Red #FA130E

Tints of Red #FA130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.71%

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

R = 88.34%
G = 6.71%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA130E (or 0xFA130E) is known color: Red. HEX triplet: FA, 13 and 0E. RGB value is (250,19,14). Sum of RGB (Red+Green+Blue) = 250+19+14=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA130E is #05ECF1. Grayscale: #575757. Windows color (decimal): -388338 or 922618. OLE color: 922618.

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

Color convert

RGB 250 19 14 -
CMYK 0 0.92 0.94 0.02
HSL 1.27º 0.96% 0.52% -
HSV(B) 1.27º 0.94% 0.98% -
XYZ 39.74 20.82 2.34 -
YUV 87.5 86.53 243.91 -
System Red Green Blue C M Y K H S L
Decimal 250 19 14 0 0.92 0.94 0.02 1.27 0.96 0.52
Hex FA 13 E 0 5C 5E 2 1 60 34
Octal 372 23 16 0 134 136 2 1 140 64
Binary 11111010 10011 1110 0 1011100 1011110 10 1 1100000 110100

Color Harmonies of #FA130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA130E

Black with #FA130E

Text Example


Text Example

White with #FA130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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