Html Css Color HEX #F32130 Alizarin

📋 copy color: '#F32130'

red 243 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #F32130

Tints of Alizarin #F32130

RGB

 RED value IS 243 (95.31% from 255) = 75%

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 75%
G = 10.19%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F32130 (or 0xF32130) is known color: Alizarin. HEX triplet: F3, 21 and 30. RGB value is (243,33,48). Sum of RGB (Red+Green+Blue) = 243+33+48=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F32130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32130 is #0CDECF. Grayscale: #616161. Windows color (decimal): -843472 or 3154419. OLE color: 3154419.

HSL color Cylindrical-coordinate representation of color #F32130: hue angle of 355.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32130 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 33 48 -
CMYK 0 0.86 0.80 0.05
HSL 355.71º 0.9% 0.54% -
HSV(B) 355.71º 0.86% 0.95% -
XYZ 38.04 20.36 4.72 -
YUV 97.5 100.07 231.78 -
System Red Green Blue C M Y K H S L
Decimal 243 33 48 0 0.86 0.80 0.05 355.71 0.9 0.54
Hex F3 21 30 0 56 50 5 164 5A 36
Octal 363 41 60 0 126 120 5 544 132 66
Binary 11110011 100001 110000 0 1010110 1010000 101 101100100 1011010 110110

Color Harmonies of #F32130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32130

Black with #F32130

Text Example


Text Example

White with #F32130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32130; }

 p { color: rgb(243,33,48); }

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

background-color css

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

 a { background-color: rgb(243,33,48); }

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

border-color css

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

 span { border-color: rgb(243,33,48); }

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