Html Css Color HEX #F9130E Red

📋 copy color: '#F9130E'

red 249 ◦ green 19 ◦ blue 14

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

Shades of Red #F9130E

Tints of Red #F9130E

RGB

 RED value IS 249 (97.66% from 255) = 88.3%

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

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

R = 88.3%
G = 6.74%
B = 4.96%

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

#F9130E (or 0xF9130E) is known color: Red. HEX triplet: F9, 13 and 0E. RGB value is (249,19,14). Sum of RGB (Red+Green+Blue) = 249+19+14=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F9130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9130E is #06ECF1. Grayscale: #575757. Windows color (decimal): -453874 or 922617. OLE color: 922617.

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

Color convert

RGB 249 19 14 -
CMYK 0 0.92 0.94 0.02
HSL 1.28º 0.95% 0.52% -
HSV(B) 1.28º 0.94% 0.98% -
XYZ 39.38 20.64 2.32 -
YUV 87.2 86.7 243.41 -
System Red Green Blue C M Y K H S L
Decimal 249 19 14 0 0.92 0.94 0.02 1.28 0.95 0.52
Hex F9 13 E 0 5C 5E 2 1 5F 34
Octal 371 23 16 0 134 136 2 1 137 64
Binary 11111001 10011 1110 0 1011100 1011110 10 1 1011111 110100

Color Harmonies of #F9130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9130E

Black with #F9130E

Text Example


Text Example

White with #F9130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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