Html Css Color HEX #F9232B Alizarin

📋 copy color: '#F9232B'

red 249 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #F9232B

Tints of Alizarin #F9232B

RGB

 RED value IS 249 (97.66% from 255) = 76.15%

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

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

R = 76.15%
G = 10.7%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9232B (or 0xF9232B) is known color: Alizarin. HEX triplet: F9, 23 and 2B. RGB value is (249,35,43). Sum of RGB (Red+Green+Blue) = 249+35+43=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9232B is #06DCD4. Grayscale: #646464. Windows color (decimal): -449749 or 2827257. OLE color: 2827257.

HSL color Cylindrical-coordinate representation of color #F9232B: hue angle of 357.76º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9232B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 35 43 -
CMYK 0 0.86 0.83 0.02
HSL 357.76º 0.95% 0.56% -
HSV(B) 357.76º 0.86% 0.98% -
XYZ 40.1 21.52 4.32 -
YUV 99.9 95.9 234.35 -
System Red Green Blue C M Y K H S L
Decimal 249 35 43 0 0.86 0.83 0.02 357.76 0.95 0.56
Hex F9 23 2B 0 56 53 2 166 5F 38
Octal 371 43 53 0 126 123 2 546 137 70
Binary 11111001 100011 101011 0 1010110 1010011 10 101100110 1011111 111000

Color Harmonies of #F9232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9232B

Black with #F9232B

Text Example


Text Example

White with #F9232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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