Html Css Color HEX #F31110 Red

📋 copy color: '#F31110'

red 243 ◦ green 17 ◦ blue 16

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

Shades of Red #F31110

Tints of Red #F31110

RGB

 RED value IS 243 (95.31% from 255) = 88.04%

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

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 88.04%
G = 6.16%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31110 (or 0xF31110) is known color: Red. HEX triplet: F3, 11 and 10. RGB value is (243,17,16). Sum of RGB (Red+Green+Blue) = 243+17+16=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F31110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31110 is #0CEEEF. Grayscale: #545454. Windows color (decimal): -847600 or 1053171. OLE color: 1053171.

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

Color convert

RGB 243 17 16 -
CMYK 0 0.93 0.93 0.05
HSL 0.26º 0.9% 0.51% -
HSV(B) 0.26º 0.93% 0.95% -
XYZ 37.26 19.49 2.29 -
YUV 84.46 89.37 241.08 -
System Red Green Blue C M Y K H S L
Decimal 243 17 16 0 0.93 0.93 0.05 0.26 0.9 0.51
Hex F3 11 10 0 5D 5D 5 0 5A 33
Octal 363 21 20 0 135 135 5 0 132 63
Binary 11110011 10001 10000 0 1011101 1011101 101 0 1011010 110011

Color Harmonies of #F31110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31110

Black with #F31110

Text Example


Text Example

White with #F31110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31110; }

 p { color: rgb(243,17,16); }

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

background-color css

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

 a { background-color: rgb(243,17,16); }

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

border-color css

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

 span { border-color: rgb(243,17,16); }

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