Html Css Color HEX #F9110C Red

📋 copy color: '#F9110C'

red 249 ◦ green 17 ◦ blue 12

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

Shades of Red #F9110C

Tints of Red #F9110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 89.57%
G = 6.12%
B = 4.32%

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

#F9110C (or 0xF9110C) is known color: Red. HEX triplet: F9, 11 and 0C. RGB value is (249,17,12). Sum of RGB (Red+Green+Blue) = 249+17+12=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F9110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9110C is #06EEF3. Grayscale: #565656. Windows color (decimal): -454388 or 791033. OLE color: 791033.

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

Color convert

RGB 249 17 12 -
CMYK 0 0.93 0.95 0.02
HSL 1.27º 0.95% 0.51% -
HSV(B) 1.27º 0.95% 0.98% -
XYZ 39.33 20.57 2.24 -
YUV 85.8 86.36 244.41 -
System Red Green Blue C M Y K H S L
Decimal 249 17 12 0 0.93 0.95 0.02 1.27 0.95 0.51
Hex F9 11 C 0 5D 5F 2 1 5F 33
Octal 371 21 14 0 135 137 2 1 137 63
Binary 11111001 10001 1100 0 1011101 1011111 10 1 1011111 110011

Color Harmonies of #F9110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9110C

Black with #F9110C

Text Example


Text Example

White with #F9110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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