Html Css Color HEX #F5222D Alizarin

📋 copy color: '#F5222D'

red 245 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #F5222D

Tints of Alizarin #F5222D

RGB

 RED value IS 245 (96.09% from 255) = 75.62%

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 75.62%
G = 10.49%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5222D (or 0xF5222D) is known color: Alizarin. HEX triplet: F5, 22 and 2D. RGB value is (245,34,45). Sum of RGB (Red+Green+Blue) = 245+34+45=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5222D is #0ADDD2. Grayscale: #626262. Windows color (decimal): -712147 or 2958069. OLE color: 2958069.

HSL color Cylindrical-coordinate representation of color #F5222D: hue angle of 356.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5222D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 45 -
CMYK 0 0.86 0.82 0.04
HSL 356.87º 0.91% 0.55% -
HSV(B) 356.87º 0.86% 0.96% -
XYZ 38.7 20.75 4.45 -
YUV 98.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 245 34 45 0 0.86 0.82 0.04 356.87 0.91 0.55
Hex F5 22 2D 0 56 52 4 165 5B 37
Octal 365 42 55 0 126 122 4 545 133 67
Binary 11110101 100010 101101 0 1010110 1010010 100 101100101 1011011 110111

Color Harmonies of #F5222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5222D

Black with #F5222D

Text Example


Text Example

White with #F5222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5222D; }

 p { color: rgb(245,34,45); }

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

background-color css

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

 a { background-color: rgb(245,34,45); }

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

border-color css

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

 span { border-color: rgb(245,34,45); }

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