Html Css Color HEX #F83941 Alizarin

📋 copy color: '#F83941'

red 248 ◦ green 57 ◦ blue 65

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

Shades of Alizarin #F83941

Tints of Alizarin #F83941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

 BLUE value IS 65 (25.78% from 255) = 17.57%

R = 67.03%
G = 15.41%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F83941 (or 0xF83941) is known color: Alizarin. HEX triplet: F8, 39 and 41. RGB value is (248,57,65). Sum of RGB (Red+Green+Blue) = 248+57+65=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F83941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83941 is #07C6BE. Grayscale: #737373. Windows color (decimal): -509631 or 4274680. OLE color: 4274680.

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

Color convert

RGB 248 57 65 -
CMYK 0 0.77 0.74 0.03
HSL 357.49º 0.93% 0.6% -
HSV(B) 357.49º 0.77% 0.97% -
XYZ 41.13 23.26 7.32 -
YUV 115.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 248 57 65 0 0.77 0.74 0.03 357.49 0.93 0.6
Hex F8 39 41 0 4D 4A 3 165 5D 3C
Octal 370 71 101 0 115 112 3 545 135 74
Binary 11111000 111001 1000001 0 1001101 1001010 11 101100101 1011101 111100

Color Harmonies of #F83941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83941

Black with #F83941

Text Example


Text Example

White with #F83941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83941; }

 p { color: rgb(248,57,65); }

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

background-color css

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

 a { background-color: rgb(248,57,65); }

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

border-color css

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

 span { border-color: rgb(248,57,65); }

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