Html Css Color HEX #F9110D Red

📋 copy color: '#F9110D'

red 249 ◦ green 17 ◦ blue 13

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

Shades of Red #F9110D

Tints of Red #F9110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 89.25%
G = 6.09%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9110D (or 0xF9110D) is known color: Red. HEX triplet: F9, 11 and 0D. RGB value is (249,17,13). Sum of RGB (Red+Green+Blue) = 249+17+13=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F9110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9110D is #06EEF2. Grayscale: #565656. Windows color (decimal): -454387 or 856569. OLE color: 856569.

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

Color convert

RGB 249 17 13 -
CMYK 0 0.93 0.95 0.02
HSL 1.02º 0.95% 0.51% -
HSV(B) 1.02º 0.95% 0.98% -
XYZ 39.34 20.57 2.28 -
YUV 85.91 86.86 244.33 -
System Red Green Blue C M Y K H S L
Decimal 249 17 13 0 0.93 0.95 0.02 1.02 0.95 0.51
Hex F9 11 D 0 5D 5F 2 1 5F 33
Octal 371 21 15 0 135 137 2 1 137 63
Binary 11111001 10001 1101 0 1011101 1011111 10 1 1011111 110011

Color Harmonies of #F9110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9110D

Black with #F9110D

Text Example


Text Example

White with #F9110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9110D; }

 p { color: rgb(249,17,13); }

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

background-color css

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

 a { background-color: rgb(249,17,13); }

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

border-color css

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

 span { border-color: rgb(249,17,13); }

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