Html Css Color HEX #F0282C Alizarin

📋 copy color: '#F0282C'

red 240 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #F0282C

Tints of Alizarin #F0282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 74.07%
G = 12.35%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0282C (or 0xF0282C) is known color: Alizarin. HEX triplet: F0, 28 and 2C. RGB value is (240,40,44). Sum of RGB (Red+Green+Blue) = 240+40+44=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F0282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0282C is #0FD7D3. Grayscale: #646464. Windows color (decimal): -1038292 or 2894064. OLE color: 2894064.

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

Color convert

RGB 240 40 44 -
CMYK 0 0.83 0.82 0.06
HSL 358.8º 0.87% 0.55% -
HSV(B) 358.8º 0.83% 0.94% -
XYZ 37.15 20.22 4.33 -
YUV 100.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 240 40 44 0 0.83 0.82 0.06 358.8 0.87 0.55
Hex F0 28 2C 0 53 52 6 167 57 37
Octal 360 50 54 0 123 122 6 547 127 67
Binary 11110000 101000 101100 0 1010011 1010010 110 101100111 1010111 110111

Color Harmonies of #F0282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0282C

Black with #F0282C

Text Example


Text Example

White with #F0282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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