Html Css Color HEX #F7262D Alizarin

📋 copy color: '#F7262D'

red 247 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #F7262D

Tints of Alizarin #F7262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 74.85%
G = 11.52%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7262D (or 0xF7262D) is known color: Alizarin. HEX triplet: F7, 26 and 2D. RGB value is (247,38,45). Sum of RGB (Red+Green+Blue) = 247+38+45=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7262D is #08D9D2. Grayscale: #656565. Windows color (decimal): -580051 or 2959095. OLE color: 2959095.

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

Color convert

RGB 247 38 45 -
CMYK 0 0.85 0.82 0.03
HSL 357.99º 0.93% 0.56% -
HSV(B) 357.99º 0.85% 0.97% -
XYZ 39.52 21.35 4.52 -
YUV 101.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 247 38 45 0 0.85 0.82 0.03 357.99 0.93 0.56
Hex F7 26 2D 0 55 52 3 166 5D 38
Octal 367 46 55 0 125 122 3 546 135 70
Binary 11110111 100110 101101 0 1010101 1010010 11 101100110 1011101 111000

Color Harmonies of #F7262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7262D

Black with #F7262D

Text Example


Text Example

White with #F7262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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