Html Css Color HEX #F7262B Alizarin

📋 copy color: '#F7262B'

red 247 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #F7262B

Tints of Alizarin #F7262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

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

R = 75.3%
G = 11.59%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7262B (or 0xF7262B) is known color: Alizarin. HEX triplet: F7, 26 and 2B. RGB value is (247,38,43). Sum of RGB (Red+Green+Blue) = 247+38+43=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7262B is #08D9D4. Grayscale: #656565. Windows color (decimal): -580053 or 2828023. OLE color: 2828023.

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

Color convert

RGB 247 38 43 -
CMYK 0 0.85 0.83 0.03
HSL 358.56º 0.93% 0.56% -
HSV(B) 358.56º 0.85% 0.97% -
XYZ 39.49 21.33 4.32 -
YUV 101.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 247 38 43 0 0.85 0.83 0.03 358.56 0.93 0.56
Hex F7 26 2B 0 55 53 3 167 5D 38
Octal 367 46 53 0 125 123 3 547 135 70
Binary 11110111 100110 101011 0 1010101 1010011 11 101100111 1011101 111000

Color Harmonies of #F7262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7262B

Black with #F7262B

Text Example


Text Example

White with #F7262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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