Html Css Color HEX #F82C3A Alizarin

📋 copy color: '#F82C3A'

red 248 ◦ green 44 ◦ blue 58

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

Shades of Alizarin #F82C3A

Tints of Alizarin #F82C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 70.86%
G = 12.57%
B = 16.57%

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

#F82C3A (or 0xF82C3A) is known color: Alizarin. HEX triplet: F8, 2C and 3A. RGB value is (248,44,58). Sum of RGB (Red+Green+Blue) = 248+44+58=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82C3A is #07D3C5. Grayscale: #6A6A6A. Windows color (decimal): -512966 or 3812600. OLE color: 3812600.

HSL color Cylindrical-coordinate representation of color #F82C3A: hue angle of 355.88º 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 #F82C3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 44 58 -
CMYK 0 0.82 0.77 0.03
HSL 355.88º 0.94% 0.57% -
HSV(B) 355.88º 0.82% 0.97% -
XYZ 40.38 22.06 6.13 -
YUV 106.59 100.59 228.86 -
System Red Green Blue C M Y K H S L
Decimal 248 44 58 0 0.82 0.77 0.03 355.88 0.94 0.57
Hex F8 2C 3A 0 52 4D 3 164 5E 39
Octal 370 54 72 0 122 115 3 544 136 71
Binary 11111000 101100 111010 0 1010010 1001101 11 101100100 1011110 111001

Color Harmonies of #F82C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C3A

Black with #F82C3A

Text Example


Text Example

White with #F82C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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