Html Css Color HEX #F12534 Alizarin

📋 copy color: '#F12534'

red 241 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #F12534

Tints of Alizarin #F12534

RGB

 RED value IS 241 (94.53% from 255) = 73.03%

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 73.03%
G = 11.21%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12534 (or 0xF12534) is known color: Alizarin. HEX triplet: F1, 25 and 34. RGB value is (241,37,52). Sum of RGB (Red+Green+Blue) = 241+37+52=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F12534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12534 is #0EDACB. Grayscale: #636363. Windows color (decimal): -973516 or 3417585. OLE color: 3417585.

HSL color Cylindrical-coordinate representation of color #F12534: hue angle of 355.59º degrees, saturation: 0.88, 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 #F12534 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 52 -
CMYK 0 0.85 0.78 0.05
HSL 355.59º 0.88% 0.55% -
HSV(B) 355.59º 0.85% 0.95% -
XYZ 37.56 20.27 5.18 -
YUV 99.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 241 37 52 0 0.85 0.78 0.05 355.59 0.88 0.55
Hex F1 25 34 0 55 4E 5 164 58 37
Octal 361 45 64 0 125 116 5 544 130 67
Binary 11110001 100101 110100 0 1010101 1001110 101 101100100 1011000 110111

Color Harmonies of #F12534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12534

Black with #F12534

Text Example


Text Example

White with #F12534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12534; }

 p { color: rgb(241,37,52); }

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

background-color css

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

 a { background-color: rgb(241,37,52); }

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

border-color css

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

 span { border-color: rgb(241,37,52); }

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