Html Css Color HEX #F7212A Alizarin

📋 copy color: '#F7212A'

red 247 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #F7212A

Tints of Alizarin #F7212A

RGB

 RED value IS 247 (96.88% from 255) = 76.71%

 GREEN value IS 33 (13.28% from 255) = 10.25%

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 76.71%
G = 10.25%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7212A (or 0xF7212A) is known color: Alizarin. HEX triplet: F7, 21 and 2A. RGB value is (247,33,42). Sum of RGB (Red+Green+Blue) = 247+33+42=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F7212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7212A is #08DED5. Grayscale: #626262. Windows color (decimal): -581334 or 2761207. OLE color: 2761207.

HSL color Cylindrical-coordinate representation of color #F7212A: hue angle of 357.48º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7212A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 33 42 -
CMYK 0 0.87 0.83 0.03
HSL 357.48º 0.93% 0.55% -
HSV(B) 357.48º 0.87% 0.97% -
XYZ 39.32 21.03 4.18 -
YUV 98.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 247 33 42 0 0.87 0.83 0.03 357.48 0.93 0.55
Hex F7 21 2A 0 57 53 3 165 5D 37
Octal 367 41 52 0 127 123 3 545 135 67
Binary 11110111 100001 101010 0 1010111 1010011 11 101100101 1011101 110111

Color Harmonies of #F7212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7212A

Black with #F7212A

Text Example


Text Example

White with #F7212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7212A; }

 p { color: rgb(247,33,42); }

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

background-color css

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

 a { background-color: rgb(247,33,42); }

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

border-color css

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

 span { border-color: rgb(247,33,42); }

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