Html Css Color HEX #F91212 Red

📋 copy color: '#F91212'

red 249 ◦ green 18 ◦ blue 18

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

Shades of Red #F91212

Tints of Red #F91212

RGB

 RED value IS 249 (97.66% from 255) = 87.37%

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

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

R = 87.37%
G = 6.32%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F91212 (or 0xF91212) is known color: Red. HEX triplet: F9, 12 and 12. RGB value is (249,18,18). Sum of RGB (Red+Green+Blue) = 249+18+18=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F91212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91212 is #06EDED. Grayscale: #575757. Windows color (decimal): -454126 or 1184505. OLE color: 1184505.

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

Color convert

RGB 249 18 18 -
CMYK 0 0.93 0.93 0.02
HSL 0.95% 0.52% -
HSV(B) 0.93% 0.98% -
XYZ 39.39 20.62 2.48 -
YUV 87.07 89.03 243.5 -
System Red Green Blue C M Y K H S L
Decimal 249 18 18 0 0.93 0.93 0.02 0 0.95 0.52
Hex F9 12 12 0 5D 5D 2 0 5F 34
Octal 371 22 22 0 135 135 2 0 137 64
Binary 11111001 10010 10010 0 1011101 1011101 10 0 1011111 110100

Color Harmonies of #F91212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91212

Black with #F91212

Text Example


Text Example

White with #F91212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91212; }

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

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

background-color css

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

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

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

border-color css

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

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

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