Html Css Color HEX #F82730 Alizarin

📋 copy color: '#F82730'

red 248 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #F82730

Tints of Alizarin #F82730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 74.03%
G = 11.64%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F82730 (or 0xF82730) is known color: Alizarin. HEX triplet: F8, 27 and 30. RGB value is (248,39,48). Sum of RGB (Red+Green+Blue) = 248+39+48=335 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.03% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 248 - color contains mainly: red. Hex color #F82730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82730 is #07D8CF. Grayscale: #666666. Windows color (decimal): -514256 or 3155960. OLE color: 3155960.

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

Color convert

RGB 248 39 48 -
CMYK 0 0.84 0.81 0.03
HSL 357.42º 0.94% 0.56% -
HSV(B) 357.42º 0.84% 0.97% -
XYZ 39.97 21.62 4.86 -
YUV 102.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 248 39 48 0 0.84 0.81 0.03 357.42 0.94 0.56
Hex F8 27 30 0 54 51 3 165 5E 38
Octal 370 47 60 0 124 121 3 545 136 70
Binary 11111000 100111 110000 0 1010100 1010001 11 101100101 1011110 111000

Color Harmonies of #F82730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82730

Black with #F82730

Text Example


Text Example

White with #F82730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82730; }

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

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

background-color css

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

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

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

border-color css

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

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

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