Html Css Color HEX #F7232B Alizarin

📋 copy color: '#F7232B'

red 247 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #F7232B

Tints of Alizarin #F7232B

RGB

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

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

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

R = 76%
G = 10.77%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7232B (or 0xF7232B) is known color: Alizarin. HEX triplet: F7, 23 and 2B. RGB value is (247,35,43). Sum of RGB (Red+Green+Blue) = 247+35+43=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7232B is #08DCD4. Grayscale: #636363. Windows color (decimal): -580821 or 2827255. OLE color: 2827255.

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

Color convert

RGB 247 35 43 -
CMYK 0 0.86 0.83 0.03
HSL 357.74º 0.93% 0.55% -
HSV(B) 357.74º 0.86% 0.97% -
XYZ 39.39 21.15 4.29 -
YUV 99.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 247 35 43 0 0.86 0.83 0.03 357.74 0.93 0.55
Hex F7 23 2B 0 56 53 3 166 5D 37
Octal 367 43 53 0 126 123 3 546 135 67
Binary 11110111 100011 101011 0 1010110 1010011 11 101100110 1011101 110111

Color Harmonies of #F7232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7232B

Black with #F7232B

Text Example


Text Example

White with #F7232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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