Html Css Color HEX #F02023 Alizarin

📋 copy color: '#F02023'

red 240 ◦ green 32 ◦ blue 35

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

Shades of Alizarin #F02023

Tints of Alizarin #F02023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 78.18%
G = 10.42%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02023 (or 0xF02023) is known color: Alizarin. HEX triplet: F0, 20 and 23. RGB value is (240,32,35). Sum of RGB (Red+Green+Blue) = 240+32+35=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F02023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02023 is #0FDFDC. Grayscale: #5E5E5E. Windows color (decimal): -1040349 or 2302192. OLE color: 2302192.

HSL color Cylindrical-coordinate representation of color #F02023: hue angle of 359.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02023 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 35 -
CMYK 0 0.87 0.85 0.06
HSL 359.13º 0.87% 0.53% -
HSV(B) 359.13º 0.87% 0.94% -
XYZ 36.76 19.68 3.45 -
YUV 94.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 240 32 35 0 0.87 0.85 0.06 359.13 0.87 0.53
Hex F0 20 23 0 57 55 6 167 57 35
Octal 360 40 43 0 127 125 6 547 127 65
Binary 11110000 100000 100011 0 1010111 1010101 110 101100111 1010111 110101

Color Harmonies of #F02023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02023

Black with #F02023

Text Example


Text Example

White with #F02023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02023; }

 p { color: rgb(240,32,35); }

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

background-color css

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

 a { background-color: rgb(240,32,35); }

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

border-color css

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

 span { border-color: rgb(240,32,35); }

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