Html Css Color HEX #F2282E Alizarin

📋 copy color: '#F2282E'

red 242 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #F2282E

Tints of Alizarin #F2282E

RGB

 RED value IS 242 (94.92% from 255) = 73.78%

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

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

R = 73.78%
G = 12.2%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2282E (or 0xF2282E) is known color: Alizarin. HEX triplet: F2, 28 and 2E. RGB value is (242,40,46). Sum of RGB (Red+Green+Blue) = 242+40+46=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F2282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2282E is #0DD7D1. Grayscale: #656565. Windows color (decimal): -907218 or 3025138. OLE color: 3025138.

HSL color Cylindrical-coordinate representation of color #F2282E: hue angle of 358.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2282E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 46 -
CMYK 0 0.83 0.81 0.05
HSL 358.22º 0.89% 0.55% -
HSV(B) 358.22º 0.83% 0.95% -
XYZ 37.87 20.59 4.56 -
YUV 101.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 242 40 46 0 0.83 0.81 0.05 358.22 0.89 0.55
Hex F2 28 2E 0 53 51 5 166 59 37
Octal 362 50 56 0 123 121 5 546 131 67
Binary 11110010 101000 101110 0 1010011 1010001 101 101100110 1011001 110111

Color Harmonies of #F2282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2282E

Black with #F2282E

Text Example


Text Example

White with #F2282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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