Html Css Color HEX #F12632 Alizarin

📋 copy color: '#F12632'

red 241 ◦ green 38 ◦ blue 50

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

Shades of Alizarin #F12632

Tints of Alizarin #F12632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 73.25%
G = 11.55%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F12632 (or 0xF12632) is known color: Alizarin. HEX triplet: F1, 26 and 32. RGB value is (241,38,50). Sum of RGB (Red+Green+Blue) = 241+38+50=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F12632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12632 is #0ED9CD. Grayscale: #646464. Windows color (decimal): -973262 or 3286769. OLE color: 3286769.

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

Color convert

RGB 241 38 50 -
CMYK 0 0.84 0.79 0.05
HSL 356.45º 0.88% 0.55% -
HSV(B) 356.45º 0.84% 0.95% -
XYZ 37.54 20.32 4.96 -
YUV 100.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 241 38 50 0 0.84 0.79 0.05 356.45 0.88 0.55
Hex F1 26 32 0 54 4F 5 164 58 37
Octal 361 46 62 0 124 117 5 544 130 67
Binary 11110001 100110 110010 0 1010100 1001111 101 101100100 1011000 110111

Color Harmonies of #F12632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12632

Black with #F12632

Text Example


Text Example

White with #F12632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12632; }

 p { color: rgb(241,38,50); }

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

background-color css

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

 a { background-color: rgb(241,38,50); }

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

border-color css

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

 span { border-color: rgb(241,38,50); }

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