Html Css Color HEX #F1282B Alizarin

📋 copy color: '#F1282B'

red 241 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #F1282B

Tints of Alizarin #F1282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 74.38%
G = 12.35%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1282B (or 0xF1282B) is known color: Alizarin. HEX triplet: F1, 28 and 2B. RGB value is (241,40,43). Sum of RGB (Red+Green+Blue) = 241+40+43=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F1282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1282B is #0ED7D4. Grayscale: #646464. Windows color (decimal): -972757 or 2828529. OLE color: 2828529.

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

Color convert

RGB 241 40 43 -
CMYK 0 0.83 0.82 0.05
HSL 359.1º 0.88% 0.55% -
HSV(B) 359.1º 0.83% 0.95% -
XYZ 37.47 20.39 4.25 -
YUV 100.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 241 40 43 0 0.83 0.82 0.05 359.1 0.88 0.55
Hex F1 28 2B 0 53 52 5 167 58 37
Octal 361 50 53 0 123 122 5 547 130 67
Binary 11110001 101000 101011 0 1010011 1010010 101 101100111 1011000 110111

Color Harmonies of #F1282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1282B

Black with #F1282B

Text Example


Text Example

White with #F1282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1282B; }

 p { color: rgb(241,40,43); }

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

background-color css

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

 a { background-color: rgb(241,40,43); }

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

border-color css

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

 span { border-color: rgb(241,40,43); }

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