Html Css Color HEX #F4282E Alizarin

📋 copy color: '#F4282E'

red 244 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #F4282E

Tints of Alizarin #F4282E

RGB

 RED value IS 244 (95.7% from 255) = 73.94%

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 73.94%
G = 12.12%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4282E (or 0xF4282E) is known color: Alizarin. HEX triplet: F4, 28 and 2E. RGB value is (244,40,46). Sum of RGB (Red+Green+Blue) = 244+40+46=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F4282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4282E is #0BD7D1. Grayscale: #656565. Windows color (decimal): -776146 or 3025140. OLE color: 3025140.

HSL color Cylindrical-coordinate representation of color #F4282E: hue angle of 358.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4282E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 40 46 -
CMYK 0 0.84 0.81 0.04
HSL 358.24º 0.9% 0.56% -
HSV(B) 358.24º 0.84% 0.96% -
XYZ 38.56 20.95 4.6 -
YUV 101.68 96.59 229.51 -
System Red Green Blue C M Y K H S L
Decimal 244 40 46 0 0.84 0.81 0.04 358.24 0.9 0.56
Hex F4 28 2E 0 54 51 4 166 5A 38
Octal 364 50 56 0 124 121 4 546 132 70
Binary 11110100 101000 101110 0 1010100 1010001 100 101100110 1011010 111000

Color Harmonies of #F4282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4282E

Black with #F4282E

Text Example


Text Example

White with #F4282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4282E; }

 p { color: rgb(244,40,46); }

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

background-color css

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

 a { background-color: rgb(244,40,46); }

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

border-color css

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

 span { border-color: rgb(244,40,46); }

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