Html Css Color HEX #F02D3D Alizarin

📋 copy color: '#F02D3D'

red 240 ◦ green 45 ◦ blue 61

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

Shades of Alizarin #F02D3D

Tints of Alizarin #F02D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 69.36%
G = 13.01%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F02D3D (or 0xF02D3D) is known color: Alizarin. HEX triplet: F0, 2D and 3D. RGB value is (240,45,61). Sum of RGB (Red+Green+Blue) = 240+45+61=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D3D is #0FD2C2. Grayscale: #696969. Windows color (decimal): -1036995 or 4009456. OLE color: 4009456.

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

Color convert

RGB 240 45 61 -
CMYK 0 0.81 0.75 0.06
HSL 355.08º 0.87% 0.56% -
HSV(B) 355.08º 0.81% 0.94% -
XYZ 37.72 20.74 6.43 -
YUV 105.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 240 45 61 0 0.81 0.75 0.06 355.08 0.87 0.56
Hex F0 2D 3D 0 51 4B 6 163 57 38
Octal 360 55 75 0 121 113 6 543 127 70
Binary 11110000 101101 111101 0 1010001 1001011 110 101100011 1010111 111000

Color Harmonies of #F02D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D3D

Black with #F02D3D

Text Example


Text Example

White with #F02D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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