Html Css Color HEX #F13435 Alizarin

📋 copy color: '#F13435'

red 241 ◦ green 52 ◦ blue 53

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

Shades of Alizarin #F13435

Tints of Alizarin #F13435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 69.65%
G = 15.03%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F13435 (or 0xF13435) is known color: Alizarin. HEX triplet: F1, 34 and 35. RGB value is (241,52,53). Sum of RGB (Red+Green+Blue) = 241+52+53=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F13435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13435 is #0ECBCA. Grayscale: #6C6C6C. Windows color (decimal): -969675 or 3486961. OLE color: 3486961.

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

Color convert

RGB 241 52 53 -
CMYK 0 0.78 0.78 0.05
HSL 359.68º 0.87% 0.57% -
HSV(B) 359.68º 0.78% 0.95% -
XYZ 38.15 21.41 5.49 -
YUV 108.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 241 52 53 0 0.78 0.78 0.05 359.68 0.87 0.57
Hex F1 34 35 0 4E 4E 5 168 57 39
Octal 361 64 65 0 116 116 5 550 127 71
Binary 11110001 110100 110101 0 1001110 1001110 101 101101000 1010111 111001

Color Harmonies of #F13435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13435

Black with #F13435

Text Example


Text Example

White with #F13435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13435; }

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

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

background-color css

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

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

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

border-color css

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

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

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