Html Css Color HEX #F61210 Red

📋 copy color: '#F61210'

red 246 ◦ green 18 ◦ blue 16

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

Shades of Red #F61210

Tints of Red #F61210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 87.86%
G = 6.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F61210 (or 0xF61210) is known color: Red. HEX triplet: F6, 12 and 10. RGB value is (246,18,16). Sum of RGB (Red+Green+Blue) = 246+18+16=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F61210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61210 is #09EDEF. Grayscale: #565656. Windows color (decimal): -650736 or 1053430. OLE color: 1053430.

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

Color convert

RGB 246 18 16 -
CMYK 0 0.93 0.93 0.04
HSL 0.52º 0.93% 0.51% -
HSV(B) 0.52º 0.93% 0.96% -
XYZ 38.32 20.06 2.34 -
YUV 85.94 88.54 242.16 -
System Red Green Blue C M Y K H S L
Decimal 246 18 16 0 0.93 0.93 0.04 0.52 0.93 0.51
Hex F6 12 10 0 5D 5D 4 1 5D 33
Octal 366 22 20 0 135 135 4 1 135 63
Binary 11110110 10010 10000 0 1011101 1011101 100 1 1011101 110011

Color Harmonies of #F61210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61210

Black with #F61210

Text Example


Text Example

White with #F61210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61210; }

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

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

background-color css

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

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

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

border-color css

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

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

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