Html Css Color HEX #F61313 Red

📋 copy color: '#F61313'

red 246 ◦ green 19 ◦ blue 19

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

Shades of Red #F61313

Tints of Red #F61313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 86.62%
G = 6.69%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F61313 (or 0xF61313) is known color: Red. HEX triplet: F6, 13 and 13. RGB value is (246,19,19). Sum of RGB (Red+Green+Blue) = 246+19+19=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F61313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61313 is #09ECEC. Grayscale: #575757. Windows color (decimal): -650477 or 1250294. OLE color: 1250294.

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

Color convert

RGB 246 19 19 -
CMYK 0 0.92 0.92 0.04
HSL 0.93% 0.52% -
HSV(B) 0.92% 0.96% -
XYZ 38.36 20.11 2.48 -
YUV 86.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 246 19 19 0 0.92 0.92 0.04 0 0.93 0.52
Hex F6 13 13 0 5C 5C 4 0 5D 34
Octal 366 23 23 0 134 134 4 0 135 64
Binary 11110110 10011 10011 0 1011100 1011100 100 0 1011101 110100

Color Harmonies of #F61313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61313

Black with #F61313

Text Example


Text Example

White with #F61313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61313; }

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

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

background-color css

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

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

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

border-color css

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

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

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