Html Css Color HEX #F12530 Alizarin

📋 copy color: '#F12530'

red 241 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #F12530

Tints of Alizarin #F12530

RGB

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

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

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

R = 73.93%
G = 11.35%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F12530 (or 0xF12530) is known color: Alizarin. HEX triplet: F1, 25 and 30. RGB value is (241,37,48). Sum of RGB (Red+Green+Blue) = 241+37+48=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12530 is #0EDACF. Grayscale: #636363. Windows color (decimal): -973520 or 3155441. OLE color: 3155441.

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

Color convert

RGB 241 37 48 -
CMYK 0 0.85 0.80 0.05
HSL 356.76º 0.88% 0.55% -
HSV(B) 356.76º 0.85% 0.95% -
XYZ 37.47 20.24 4.73 -
YUV 99.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 241 37 48 0 0.85 0.80 0.05 356.76 0.88 0.55
Hex F1 25 30 0 55 50 5 165 58 37
Octal 361 45 60 0 125 120 5 545 130 67
Binary 11110001 100101 110000 0 1010101 1010000 101 101100101 1011000 110111

Color Harmonies of #F12530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12530

Black with #F12530

Text Example


Text Example

White with #F12530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12530; }

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

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

background-color css

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

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

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

border-color css

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

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

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