Html Css Color HEX #F32425 Alizarin

📋 copy color: '#F32425'

red 243 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #F32425

Tints of Alizarin #F32425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 76.9%
G = 11.39%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F32425 (or 0xF32425) is known color: Alizarin. HEX triplet: F3, 24 and 25. RGB value is (243,36,37). Sum of RGB (Red+Green+Blue) = 243+36+37=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32425 is #0CDBDA. Grayscale: #626262. Windows color (decimal): -842715 or 2434291. OLE color: 2434291.

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

Color convert

RGB 243 36 37 -
CMYK 0 0.85 0.85 0.05
HSL 359.71º 0.9% 0.55% -
HSV(B) 359.71º 0.85% 0.95% -
XYZ 37.93 20.45 3.7 -
YUV 98.01 93.58 231.42 -
System Red Green Blue C M Y K H S L
Decimal 243 36 37 0 0.85 0.85 0.05 359.71 0.9 0.55
Hex F3 24 25 0 55 55 5 168 5A 37
Octal 363 44 45 0 125 125 5 550 132 67
Binary 11110011 100100 100101 0 1010101 1010101 101 101101000 1011010 110111

Color Harmonies of #F32425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32425

Black with #F32425

Text Example


Text Example

White with #F32425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32425; }

 p { color: rgb(243,36,37); }

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

background-color css

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

 a { background-color: rgb(243,36,37); }

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

border-color css

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

 span { border-color: rgb(243,36,37); }

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