Html Css Color HEX #F5262E Alizarin

📋 copy color: '#F5262E'

red 245 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #F5262E

Tints of Alizarin #F5262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 74.47%
G = 11.55%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5262E (or 0xF5262E) is known color: Alizarin. HEX triplet: F5, 26 and 2E. RGB value is (245,38,46). Sum of RGB (Red+Green+Blue) = 245+38+46=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F5262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5262E is #0AD9D1. Grayscale: #646464. Windows color (decimal): -711122 or 3024629. OLE color: 3024629.

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

Color convert

RGB 245 38 46 -
CMYK 0 0.84 0.81 0.04
HSL 357.68º 0.91% 0.55% -
HSV(B) 357.68º 0.84% 0.96% -
XYZ 38.84 21 4.59 -
YUV 100.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 245 38 46 0 0.84 0.81 0.04 357.68 0.91 0.55
Hex F5 26 2E 0 54 51 4 166 5B 37
Octal 365 46 56 0 124 121 4 546 133 67
Binary 11110101 100110 101110 0 1010100 1010001 100 101100110 1011011 110111

Color Harmonies of #F5262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5262E

Black with #F5262E

Text Example


Text Example

White with #F5262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5262E; }

 p { color: rgb(245,38,46); }

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

background-color css

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

 a { background-color: rgb(245,38,46); }

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

border-color css

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

 span { border-color: rgb(245,38,46); }

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