Html Css Color HEX #F32A30 Alizarin

📋 copy color: '#F32A30'

red 243 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #F32A30

Tints of Alizarin #F32A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.61%

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

R = 72.97%
G = 12.61%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F32A30 (or 0xF32A30) is known color: Alizarin. HEX triplet: F3, 2A and 30. RGB value is (243,42,48). Sum of RGB (Red+Green+Blue) = 243+42+48=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A30 is #0CD5CF. Grayscale: #666666. Windows color (decimal): -841168 or 3156723. OLE color: 3156723.

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

Color convert

RGB 243 42 48 -
CMYK 0 0.83 0.80 0.05
HSL 358.21º 0.89% 0.56% -
HSV(B) 358.21º 0.83% 0.95% -
XYZ 38.32 20.92 4.82 -
YUV 102.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 243 42 48 0 0.83 0.80 0.05 358.21 0.89 0.56
Hex F3 2A 30 0 53 50 5 166 59 38
Octal 363 52 60 0 123 120 5 546 131 70
Binary 11110011 101010 110000 0 1010011 1010000 101 101100110 1011001 111000

Color Harmonies of #F32A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A30

Black with #F32A30

Text Example


Text Example

White with #F32A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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