Html Css Color HEX #F31F25 Alizarin

📋 copy color: '#F31F25'

red 243 ◦ green 31 ◦ blue 37

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

Shades of Alizarin #F31F25

Tints of Alizarin #F31F25

RGB

 RED value IS 243 (95.31% from 255) = 78.14%

 GREEN value IS 31 (12.5% from 255) = 9.97%

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 78.14%
G = 9.97%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F31F25 (or 0xF31F25) is known color: Alizarin. HEX triplet: F3, 1F and 25. RGB value is (243,31,37). Sum of RGB (Red+Green+Blue) = 243+31+37=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F25 is #0CE0DA. Grayscale: #5F5F5F. Windows color (decimal): -843995 or 2433011. OLE color: 2433011.

HSL color Cylindrical-coordinate representation of color #F31F25: hue angle of 358.3º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31F25 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 31 37 -
CMYK 0 0.87 0.85 0.05
HSL 358.3º 0.9% 0.54% -
HSV(B) 358.3º 0.87% 0.95% -
XYZ 37.79 20.17 3.65 -
YUV 95.07 95.24 233.51 -
System Red Green Blue C M Y K H S L
Decimal 243 31 37 0 0.87 0.85 0.05 358.3 0.9 0.54
Hex F3 1F 25 0 57 55 5 166 5A 36
Octal 363 37 45 0 127 125 5 546 132 66
Binary 11110011 11111 100101 0 1010111 1010101 101 101100110 1011010 110110

Color Harmonies of #F31F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F25

Black with #F31F25

Text Example


Text Example

White with #F31F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F25; }

 p { color: rgb(243,31,37); }

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

background-color css

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

 a { background-color: rgb(243,31,37); }

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

border-color css

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

 span { border-color: rgb(243,31,37); }

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