Html Css Color HEX #F0262C Alizarin

📋 copy color: '#F0262C'

red 240 ◦ green 38 ◦ blue 44

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

Shades of Alizarin #F0262C

Tints of Alizarin #F0262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 74.53%
G = 11.8%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0262C (or 0xF0262C) is known color: Alizarin. HEX triplet: F0, 26 and 2C. RGB value is (240,38,44). Sum of RGB (Red+Green+Blue) = 240+38+44=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0262C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0262C is #0FD9D3. Grayscale: #636363. Windows color (decimal): -1038804 or 2893552. OLE color: 2893552.

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

Color convert

RGB 240 38 44 -
CMYK 0 0.84 0.82 0.06
HSL 358.22º 0.87% 0.55% -
HSV(B) 358.22º 0.84% 0.94% -
XYZ 37.08 20.09 4.31 -
YUV 99.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 240 38 44 0 0.84 0.82 0.06 358.22 0.87 0.55
Hex F0 26 2C 0 54 52 6 166 57 37
Octal 360 46 54 0 124 122 6 546 127 67
Binary 11110000 100110 101100 0 1010100 1010010 110 101100110 1010111 110111

Color Harmonies of #F0262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0262C

Black with #F0262C

Text Example


Text Example

White with #F0262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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