Html Css Color HEX #F82627 Alizarin

📋 copy color: '#F82627'

red 248 ◦ green 38 ◦ blue 39

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

Shades of Alizarin #F82627

Tints of Alizarin #F82627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 76.31%
G = 11.69%
B = 12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F82627 (or 0xF82627) is known color: Alizarin. HEX triplet: F8, 26 and 27. RGB value is (248,38,39). Sum of RGB (Red+Green+Blue) = 248+38+39=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F82627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82627 is #07D9D8. Grayscale: #656565. Windows color (decimal): -514521 or 2565880. OLE color: 2565880.

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

Color convert

RGB 248 38 39 -
CMYK 0 0.85 0.84 0.03
HSL 359.71º 0.94% 0.56% -
HSV(B) 359.71º 0.85% 0.97% -
XYZ 39.77 21.49 3.97 -
YUV 100.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 248 38 39 0 0.85 0.84 0.03 359.71 0.94 0.56
Hex F8 26 27 0 55 54 3 168 5E 38
Octal 370 46 47 0 125 124 3 550 136 70
Binary 11111000 100110 100111 0 1010101 1010100 11 101101000 1011110 111000

Color Harmonies of #F82627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82627

Black with #F82627

Text Example


Text Example

White with #F82627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82627; }

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

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

background-color css

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

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

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

border-color css

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

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

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