Html Css Color HEX #F7232A Alizarin

📋 copy color: '#F7232A'

red 247 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #F7232A

Tints of Alizarin #F7232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 76.23%
G = 10.8%
B = 12.96%

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

#F7232A (or 0xF7232A) is known color: Alizarin. HEX triplet: F7, 23 and 2A. RGB value is (247,35,42). Sum of RGB (Red+Green+Blue) = 247+35+42=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7232A is #08DCD5. Grayscale: #636363. Windows color (decimal): -580822 or 2761719. OLE color: 2761719.

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

Color convert

RGB 247 35 42 -
CMYK 0 0.86 0.83 0.03
HSL 358.02º 0.93% 0.55% -
HSV(B) 358.02º 0.86% 0.97% -
XYZ 39.38 21.14 4.2 -
YUV 99.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 247 35 42 0 0.86 0.83 0.03 358.02 0.93 0.55
Hex F7 23 2A 0 56 53 3 166 5D 37
Octal 367 43 52 0 126 123 3 546 135 67
Binary 11110111 100011 101010 0 1010110 1010011 11 101100110 1011101 110111

Color Harmonies of #F7232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7232A

Black with #F7232A

Text Example


Text Example

White with #F7232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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