Html Css Color HEX #F82C38 Alizarin

📋 copy color: '#F82C38'

red 248 ◦ green 44 ◦ blue 56

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

Shades of Alizarin #F82C38

Tints of Alizarin #F82C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 71.26%
G = 12.64%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F82C38 (or 0xF82C38) is known color: Alizarin. HEX triplet: F8, 2C and 38. RGB value is (248,44,56). Sum of RGB (Red+Green+Blue) = 248+44+56=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C38 is #07D3C7. Grayscale: #6A6A6A. Windows color (decimal): -512968 or 3681528. OLE color: 3681528.

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

Color convert

RGB 248 44 56 -
CMYK 0 0.82 0.77 0.03
HSL 356.47º 0.94% 0.57% -
HSV(B) 356.47º 0.82% 0.97% -
XYZ 40.33 22.04 5.87 -
YUV 106.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 248 44 56 0 0.82 0.77 0.03 356.47 0.94 0.57
Hex F8 2C 38 0 52 4D 3 164 5E 39
Octal 370 54 70 0 122 115 3 544 136 71
Binary 11111000 101100 111000 0 1010010 1001101 11 101100100 1011110 111001

Color Harmonies of #F82C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C38

Black with #F82C38

Text Example


Text Example

White with #F82C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C38; }

 p { color: rgb(248,44,56); }

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

background-color css

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

 a { background-color: rgb(248,44,56); }

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

border-color css

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

 span { border-color: rgb(248,44,56); }

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