Html Css Color HEX #F5222A Alizarin

📋 copy color: '#F5222A'

red 245 ◦ green 34 ◦ blue 42

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

Shades of Alizarin #F5222A

Tints of Alizarin #F5222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 76.32%
G = 10.59%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5222A (or 0xF5222A) is known color: Alizarin. HEX triplet: F5, 22 and 2A. RGB value is (245,34,42). Sum of RGB (Red+Green+Blue) = 245+34+42=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F5222A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5222A is #0ADDD5. Grayscale: #626262. Windows color (decimal): -712150 or 2761461. OLE color: 2761461.

HSL color Cylindrical-coordinate representation of color #F5222A: hue angle of 357.73º 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 #F5222A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 42 -
CMYK 0 0.86 0.83 0.04
HSL 357.73º 0.91% 0.55% -
HSV(B) 357.73º 0.86% 0.96% -
XYZ 38.65 20.72 4.15 -
YUV 98 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 245 34 42 0 0.86 0.83 0.04 357.73 0.91 0.55
Hex F5 22 2A 0 56 53 4 166 5B 37
Octal 365 42 52 0 126 123 4 546 133 67
Binary 11110101 100010 101010 0 1010110 1010011 100 101100110 1011011 110111

Color Harmonies of #F5222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5222A

Black with #F5222A

Text Example


Text Example

White with #F5222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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