Html Css Color HEX #F03135 Alizarin

📋 copy color: '#F03135'

red 240 ◦ green 49 ◦ blue 53

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

Shades of Alizarin #F03135

Tints of Alizarin #F03135

RGB

 RED value IS 240 (94.14% from 255) = 70.18%

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 70.18%
G = 14.33%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F03135 (or 0xF03135) is known color: Alizarin. HEX triplet: F0, 31 and 35. RGB value is (240,49,53). Sum of RGB (Red+Green+Blue) = 240+49+53=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03135 is #0FCECA. Grayscale: #6A6A6A. Windows color (decimal): -1035979 or 3486192. OLE color: 3486192.

HSL color Cylindrical-coordinate representation of color #F03135: hue angle of 358.74º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03135 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 53 -
CMYK 0 0.80 0.78 0.06
HSL 358.74º 0.86% 0.57% -
HSV(B) 358.74º 0.8% 0.94% -
XYZ 37.68 20.98 5.43 -
YUV 106.57 97.78 223.17 -
System Red Green Blue C M Y K H S L
Decimal 240 49 53 0 0.80 0.78 0.06 358.74 0.86 0.57
Hex F0 31 35 0 50 4E 6 167 56 39
Octal 360 61 65 0 120 116 6 547 126 71
Binary 11110000 110001 110101 0 1010000 1001110 110 101100111 1010110 111001

Color Harmonies of #F03135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03135

Black with #F03135

Text Example


Text Example

White with #F03135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03135; }

 p { color: rgb(240,49,53); }

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

background-color css

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

 a { background-color: rgb(240,49,53); }

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

border-color css

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

 span { border-color: rgb(240,49,53); }

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