Html Css Color HEX #F51206 Red

📋 copy color: '#F51206'

red 245 ◦ green 18 ◦ blue 6

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

Shades of Red #F51206

Tints of Red #F51206

RGB

 RED value IS 245 (96.09% from 255) = 91.08%

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

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 91.08%
G = 6.69%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F51206 (or 0xF51206) is known color: Red. HEX triplet: F5, 12 and 06. RGB value is (245,18,6). Sum of RGB (Red+Green+Blue) = 245+18+6=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F51206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51206 is #0AEDF9. Grayscale: #545454. Windows color (decimal): -716282 or 398069. OLE color: 398069.

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

Color convert

RGB 245 18 6 -
CMYK 0 0.93 0.98 0.04
HSL 3.01º 0.95% 0.49% -
HSV(B) 3.01º 0.98% 0.96% -
XYZ 37.91 19.86 2.01 -
YUV 84.51 83.71 242.48 -
System Red Green Blue C M Y K H S L
Decimal 245 18 6 0 0.93 0.98 0.04 3.01 0.95 0.49
Hex F5 12 6 0 5D 62 4 3 5F 31
Octal 365 22 6 0 135 142 4 3 137 61
Binary 11110101 10010 110 0 1011101 1100010 100 11 1011111 110001

Color Harmonies of #F51206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51206

Black with #F51206

Text Example


Text Example

White with #F51206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51206; }

 p { color: rgb(245,18,6); }

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

background-color css

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

 a { background-color: rgb(245,18,6); }

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

border-color css

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

 span { border-color: rgb(245,18,6); }

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