Html Css Color HEX #F41310 Red

📋 copy color: '#F41310'

red 244 ◦ green 19 ◦ blue 16

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

Shades of Red #F41310

Tints of Red #F41310

RGB

 RED value IS 244 (95.7% from 255) = 87.46%

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

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

R = 87.46%
G = 6.81%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F41310 (or 0xF41310) is known color: Red. HEX triplet: F4, 13 and 10. RGB value is (244,19,16). Sum of RGB (Red+Green+Blue) = 244+19+16=279 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.46% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 244 - color contains mainly: red. Hex color #F41310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41310 is #0BECEF. Grayscale: #565656. Windows color (decimal): -781552 or 1053684. OLE color: 1053684.

HSL color Cylindrical-coordinate representation of color #F41310: hue angle of 0.79º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41310 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 19 16 -
CMYK 0 0.92 0.93 0.04
HSL 0.79º 0.91% 0.51% -
HSV(B) 0.79º 0.93% 0.96% -
XYZ 37.63 19.74 2.32 -
YUV 85.93 88.54 240.74 -
System Red Green Blue C M Y K H S L
Decimal 244 19 16 0 0.92 0.93 0.04 0.79 0.91 0.51
Hex F4 13 10 0 5C 5D 4 1 5B 33
Octal 364 23 20 0 134 135 4 1 133 63
Binary 11110100 10011 10000 0 1011100 1011101 100 1 1011011 110011

Color Harmonies of #F41310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41310

Black with #F41310

Text Example


Text Example

White with #F41310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41310; }

 p { color: rgb(244,19,16); }

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

background-color css

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

 a { background-color: rgb(244,19,16); }

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

border-color css

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

 span { border-color: rgb(244,19,16); }

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