Html Css Color HEX #F51212 Red

📋 copy color: '#F51212'

red 245 ◦ green 18 ◦ blue 18

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

Shades of Red #F51212

Tints of Red #F51212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 87.19%
G = 6.41%
B = 6.41%

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

#F51212 (or 0xF51212) is known color: Red. HEX triplet: F5, 12 and 12. RGB value is (245,18,18). Sum of RGB (Red+Green+Blue) = 245+18+18=281 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.19% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 245 - color contains mainly: red. Hex color #F51212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51212 is #0AEDED. Grayscale: #565656. Windows color (decimal): -716270 or 1184501. OLE color: 1184501.

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

Color convert

RGB 245 18 18 -
CMYK 0 0.93 0.93 0.04
HSL 0.92% 0.52% -
HSV(B) 0.93% 0.96% -
XYZ 37.98 19.89 2.41 -
YUV 85.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 245 18 18 0 0.93 0.93 0.04 0 0.92 0.52
Hex F5 12 12 0 5D 5D 4 0 5C 34
Octal 365 22 22 0 135 135 4 0 134 64
Binary 11110101 10010 10010 0 1011101 1011101 100 0 1011100 110100

Color Harmonies of #F51212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51212

Black with #F51212

Text Example


Text Example

White with #F51212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51212; }

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

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

background-color css

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

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

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

border-color css

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

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

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