Html Css Color HEX #F12637 Alizarin

📋 copy color: '#F12637'

red 241 ◦ green 38 ◦ blue 55

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

Shades of Alizarin #F12637

Tints of Alizarin #F12637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.47%

R = 72.16%
G = 11.38%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F12637 (or 0xF12637) is known color: Alizarin. HEX triplet: F1, 26 and 37. RGB value is (241,38,55). Sum of RGB (Red+Green+Blue) = 241+38+55=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F12637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12637 is #0ED9C8. Grayscale: #646464. Windows color (decimal): -973257 or 3614449. OLE color: 3614449.

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

Color convert

RGB 241 38 55 -
CMYK 0 0.84 0.77 0.05
HSL 354.98º 0.88% 0.55% -
HSV(B) 354.98º 0.84% 0.95% -
XYZ 37.66 20.36 5.56 -
YUV 100.64 102.25 228.12 -
System Red Green Blue C M Y K H S L
Decimal 241 38 55 0 0.84 0.77 0.05 354.98 0.88 0.55
Hex F1 26 37 0 54 4D 5 163 58 37
Octal 361 46 67 0 124 115 5 543 130 67
Binary 11110001 100110 110111 0 1010100 1001101 101 101100011 1011000 110111

Color Harmonies of #F12637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12637

Black with #F12637

Text Example


Text Example

White with #F12637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12637; }

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

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

background-color css

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

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

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

border-color css

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

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

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