Html Css Color HEX #F7282C Alizarin

📋 copy color: '#F7282C'

red 247 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #F7282C

Tints of Alizarin #F7282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 74.62%
G = 12.08%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7282C (or 0xF7282C) is known color: Alizarin. HEX triplet: F7, 28 and 2C. RGB value is (247,40,44). Sum of RGB (Red+Green+Blue) = 247+40+44=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F7282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7282C is #08D7D3. Grayscale: #666666. Windows color (decimal): -579540 or 2894071. OLE color: 2894071.

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

Color convert

RGB 247 40 44 -
CMYK 0 0.84 0.82 0.03
HSL 358.84º 0.93% 0.56% -
HSV(B) 358.84º 0.84% 0.97% -
XYZ 39.57 21.47 4.44 -
YUV 102.35 95.08 231.17 -
System Red Green Blue C M Y K H S L
Decimal 247 40 44 0 0.84 0.82 0.03 358.84 0.93 0.56
Hex F7 28 2C 0 54 52 3 167 5D 38
Octal 367 50 54 0 124 122 3 547 135 70
Binary 11110111 101000 101100 0 1010100 1010010 11 101100111 1011101 111000

Color Harmonies of #F7282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7282C

Black with #F7282C

Text Example


Text Example

White with #F7282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7282C; }

 p { color: rgb(247,40,44); }

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

background-color css

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

 a { background-color: rgb(247,40,44); }

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

border-color css

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

 span { border-color: rgb(247,40,44); }

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