Html Css Color HEX #F12635 Alizarin

📋 copy color: '#F12635'

red 241 ◦ green 38 ◦ blue 53

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

Shades of Alizarin #F12635

Tints of Alizarin #F12635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 72.59%
G = 11.45%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F12635 (or 0xF12635) is known color: Alizarin. HEX triplet: F1, 26 and 35. RGB value is (241,38,53). Sum of RGB (Red+Green+Blue) = 241+38+53=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F12635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12635 is #0ED9CA. Grayscale: #646464. Windows color (decimal): -973259 or 3483377. OLE color: 3483377.

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

Color convert

RGB 241 38 53 -
CMYK 0 0.84 0.78 0.05
HSL 355.57º 0.88% 0.55% -
HSV(B) 355.57º 0.84% 0.95% -
XYZ 37.61 20.34 5.31 -
YUV 100.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 241 38 53 0 0.84 0.78 0.05 355.57 0.88 0.55
Hex F1 26 35 0 54 4E 5 164 58 37
Octal 361 46 65 0 124 116 5 544 130 67
Binary 11110001 100110 110101 0 1010100 1001110 101 101100100 1011000 110111

Color Harmonies of #F12635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12635

Black with #F12635

Text Example


Text Example

White with #F12635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12635; }

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

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

background-color css

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

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

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

border-color css

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

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

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