Html Css Color HEX #F7232D Alizarin

📋 copy color: '#F7232D'

red 247 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #F7232D

Tints of Alizarin #F7232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

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

R = 75.54%
G = 10.7%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7232D (or 0xF7232D) is known color: Alizarin. HEX triplet: F7, 23 and 2D. RGB value is (247,35,45). Sum of RGB (Red+Green+Blue) = 247+35+45=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F7232D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7232D is #08DCD2. Grayscale: #636363. Windows color (decimal): -580819 or 2958327. OLE color: 2958327.

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

Color convert

RGB 247 35 45 -
CMYK 0 0.86 0.82 0.03
HSL 357.17º 0.93% 0.55% -
HSV(B) 357.17º 0.86% 0.97% -
XYZ 39.43 21.17 4.49 -
YUV 99.53 97.24 233.19 -
System Red Green Blue C M Y K H S L
Decimal 247 35 45 0 0.86 0.82 0.03 357.17 0.93 0.55
Hex F7 23 2D 0 56 52 3 165 5D 37
Octal 367 43 55 0 126 122 3 545 135 67
Binary 11110111 100011 101101 0 1010110 1010010 11 101100101 1011101 110111

Color Harmonies of #F7232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7232D

Black with #F7232D

Text Example


Text Example

White with #F7232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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