Html Css Color HEX #F7282F Alizarin

📋 copy color: '#F7282F'

red 247 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #F7282F

Tints of Alizarin #F7282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 73.95%
G = 11.98%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7282F (or 0xF7282F) is known color: Alizarin. HEX triplet: F7, 28 and 2F. RGB value is (247,40,47). Sum of RGB (Red+Green+Blue) = 247+40+47=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F7282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7282F is #08D7D0. Grayscale: #666666. Windows color (decimal): -579537 or 3090679. OLE color: 3090679.

HSL color Cylindrical-coordinate representation of color #F7282F: hue angle of 357.97º 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 #F7282F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 40 47 -
CMYK 0 0.84 0.81 0.03
HSL 357.97º 0.93% 0.56% -
HSV(B) 357.97º 0.84% 0.97% -
XYZ 39.63 21.5 4.75 -
YUV 102.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 247 40 47 0 0.84 0.81 0.03 357.97 0.93 0.56
Hex F7 28 2F 0 54 51 3 166 5D 38
Octal 367 50 57 0 124 121 3 546 135 70
Binary 11110111 101000 101111 0 1010100 1010001 11 101100110 1011101 111000

Color Harmonies of #F7282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7282F

Black with #F7282F

Text Example


Text Example

White with #F7282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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