Html Css Color HEX #F82736 Alizarin

📋 copy color: '#F82736'

red 248 ◦ green 39 ◦ blue 54

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

Shades of Alizarin #F82736

Tints of Alizarin #F82736

RGB

 RED value IS 248 (97.27% from 255) = 72.73%

 GREEN value IS 39 (15.63% from 255) = 11.44%

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 72.73%
G = 11.44%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F82736 (or 0xF82736) is known color: Alizarin. HEX triplet: F8, 27 and 36. RGB value is (248,39,54). Sum of RGB (Red+Green+Blue) = 248+39+54=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F82736 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82736 is #07D8C9. Grayscale: #676767. Windows color (decimal): -514250 or 3549176. OLE color: 3549176.

HSL color Cylindrical-coordinate representation of color #F82736: hue angle of 355.69º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F82736 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 39 54 -
CMYK 0 0.84 0.78 0.03
HSL 355.69º 0.94% 0.56% -
HSV(B) 355.69º 0.84% 0.97% -
XYZ 40.1 21.67 5.56 -
YUV 103.2 100.24 231.28 -
System Red Green Blue C M Y K H S L
Decimal 248 39 54 0 0.84 0.78 0.03 355.69 0.94 0.56
Hex F8 27 36 0 54 4E 3 164 5E 38
Octal 370 47 66 0 124 116 3 544 136 70
Binary 11111000 100111 110110 0 1010100 1001110 11 101100100 1011110 111000

Color Harmonies of #F82736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82736

Black with #F82736

Text Example


Text Example

White with #F82736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82736; }

 p { color: rgb(248,39,54); }

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

background-color css

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

 a { background-color: rgb(248,39,54); }

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

border-color css

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

 span { border-color: rgb(248,39,54); }

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