Html Css Color HEX #F02C2D Alizarin

📋 copy color: '#F02C2D'

red 240 ◦ green 44 ◦ blue 45

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

Shades of Alizarin #F02C2D

Tints of Alizarin #F02C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.37%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 72.95%
G = 13.37%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F02C2D (or 0xF02C2D) is known color: Alizarin. HEX triplet: F0, 2C and 2D. RGB value is (240,44,45). Sum of RGB (Red+Green+Blue) = 240+44+45=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C2D is #0FD3D2. Grayscale: #666666. Windows color (decimal): -1037267 or 2960624. OLE color: 2960624.

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

Color convert

RGB 240 44 45 -
CMYK 0 0.82 0.81 0.06
HSL 359.69º 0.87% 0.56% -
HSV(B) 359.69º 0.82% 0.94% -
XYZ 37.31 20.52 4.48 -
YUV 102.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 240 44 45 0 0.82 0.81 0.06 359.69 0.87 0.56
Hex F0 2C 2D 0 52 51 6 168 57 38
Octal 360 54 55 0 122 121 6 550 127 70
Binary 11110000 101100 101101 0 1010010 1010001 110 101101000 1010111 111000

Color Harmonies of #F02C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C2D

Black with #F02C2D

Text Example


Text Example

White with #F02C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C2D; }

 p { color: rgb(240,44,45); }

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

background-color css

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

 a { background-color: rgb(240,44,45); }

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

border-color css

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

 span { border-color: rgb(240,44,45); }

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