Html Css Color HEX #F13D3F Alizarin

📋 copy color: '#F13D3F'

red 241 ◦ green 61 ◦ blue 63

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

Shades of Alizarin #F13D3F

Tints of Alizarin #F13D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.71%

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

R = 66.03%
G = 16.71%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F13D3F (or 0xF13D3F) is known color: Alizarin. HEX triplet: F1, 3D and 3F. RGB value is (241,61,63). Sum of RGB (Red+Green+Blue) = 241+61+63=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D3F is #0EC2C0. Grayscale: #737373. Windows color (decimal): -967361 or 4144625. OLE color: 4144625.

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

Color convert

RGB 241 61 63 -
CMYK 0 0.75 0.74 0.05
HSL 359.33º 0.87% 0.59% -
HSV(B) 359.33º 0.75% 0.95% -
XYZ 38.84 22.4 6.98 -
YUV 115.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 241 61 63 0 0.75 0.74 0.05 359.33 0.87 0.59
Hex F1 3D 3F 0 4B 4A 5 167 57 3B
Octal 361 75 77 0 113 112 5 547 127 73
Binary 11110001 111101 111111 0 1001011 1001010 101 101100111 1010111 111011

Color Harmonies of #F13D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D3F

Black with #F13D3F

Text Example


Text Example

White with #F13D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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