Html Css Color HEX #F7282B Alizarin

📋 copy color: '#F7282B'

red 247 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #F7282B

Tints of Alizarin #F7282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 74.85%
G = 12.12%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7282B (or 0xF7282B) is known color: Alizarin. HEX triplet: F7, 28 and 2B. RGB value is (247,40,43). Sum of RGB (Red+Green+Blue) = 247+40+43=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7282B is #08D7D4. Grayscale: #666666. Windows color (decimal): -579541 or 2828535. OLE color: 2828535.

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

Color convert

RGB 247 40 43 -
CMYK 0 0.84 0.83 0.03
HSL 359.13º 0.93% 0.56% -
HSV(B) 359.13º 0.84% 0.97% -
XYZ 39.55 21.47 4.34 -
YUV 102.24 94.58 231.26 -
System Red Green Blue C M Y K H S L
Decimal 247 40 43 0 0.84 0.83 0.03 359.13 0.93 0.56
Hex F7 28 2B 0 54 53 3 167 5D 38
Octal 367 50 53 0 124 123 3 547 135 70
Binary 11110111 101000 101011 0 1010100 1010011 11 101100111 1011101 111000

Color Harmonies of #F7282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7282B

Black with #F7282B

Text Example


Text Example

White with #F7282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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