Html Css Color HEX #F1383F Alizarin

📋 copy color: '#F1383F'

red 241 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #F1383F

Tints of Alizarin #F1383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.56%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 66.94%
G = 15.56%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1383F (or 0xF1383F) is known color: Alizarin. HEX triplet: F1, 38 and 3F. RGB value is (241,56,63). Sum of RGB (Red+Green+Blue) = 241+56+63=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F1383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1383F is #0EC7C0. Grayscale: #707070. Windows color (decimal): -968641 or 4143345. OLE color: 4143345.

HSL color Cylindrical-coordinate representation of color #F1383F: hue angle of 357.73º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1383F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 56 63 -
CMYK 0 0.77 0.74 0.05
HSL 357.73º 0.87% 0.58% -
HSV(B) 357.73º 0.77% 0.95% -
XYZ 38.59 21.89 6.89 -
YUV 112.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 241 56 63 0 0.77 0.74 0.05 357.73 0.87 0.58
Hex F1 38 3F 0 4D 4A 5 166 57 3A
Octal 361 70 77 0 115 112 5 546 127 72
Binary 11110001 111000 111111 0 1001101 1001010 101 101100110 1010111 111010

Color Harmonies of #F1383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1383F

Black with #F1383F

Text Example


Text Example

White with #F1383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1383F; }

 p { color: rgb(241,56,63); }

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

background-color css

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

 a { background-color: rgb(241,56,63); }

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

border-color css

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

 span { border-color: rgb(241,56,63); }

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