Html Css Color HEX #F61310 Red

📋 copy color: '#F61310'

red 246 ◦ green 19 ◦ blue 16

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

Shades of Red #F61310

Tints of Red #F61310

RGB

 RED value IS 246 (96.48% from 255) = 87.54%

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

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

R = 87.54%
G = 6.76%
B = 5.69%

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

#F61310 (or 0xF61310) is known color: Red. HEX triplet: F6, 13 and 10. RGB value is (246,19,16). Sum of RGB (Red+Green+Blue) = 246+19+16=281 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.54% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 246 - color contains mainly: red. Hex color #F61310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61310 is #09ECEF. Grayscale: #565656. Windows color (decimal): -650480 or 1053686. OLE color: 1053686.

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

Color convert

RGB 246 19 16 -
CMYK 0 0.92 0.93 0.04
HSL 0.78º 0.93% 0.51% -
HSV(B) 0.78º 0.93% 0.96% -
XYZ 38.33 20.1 2.35 -
YUV 86.53 88.21 241.74 -
System Red Green Blue C M Y K H S L
Decimal 246 19 16 0 0.92 0.93 0.04 0.78 0.93 0.51
Hex F6 13 10 0 5C 5D 4 1 5D 33
Octal 366 23 20 0 134 135 4 1 135 63
Binary 11110110 10011 10000 0 1011100 1011101 100 1 1011101 110011

Color Harmonies of #F61310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61310

Black with #F61310

Text Example


Text Example

White with #F61310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61310; }

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

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

background-color css

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

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

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

border-color css

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

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

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