Html Css Color HEX #F3282E Alizarin

📋 copy color: '#F3282E'

red 243 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #F3282E

Tints of Alizarin #F3282E

RGB

 RED value IS 243 (95.31% from 255) = 73.86%

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

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

R = 73.86%
G = 12.16%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3282E (or 0xF3282E) is known color: Alizarin. HEX triplet: F3, 28 and 2E. RGB value is (243,40,46). Sum of RGB (Red+Green+Blue) = 243+40+46=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F3282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3282E is #0CD7D1. Grayscale: #656565. Windows color (decimal): -841682 or 3025139. OLE color: 3025139.

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

Color convert

RGB 243 40 46 -
CMYK 0 0.84 0.81 0.05
HSL 358.23º 0.89% 0.55% -
HSV(B) 358.23º 0.84% 0.95% -
XYZ 38.21 20.77 4.58 -
YUV 101.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 243 40 46 0 0.84 0.81 0.05 358.23 0.89 0.55
Hex F3 28 2E 0 54 51 5 166 59 37
Octal 363 50 56 0 124 121 5 546 131 67
Binary 11110011 101000 101110 0 1010100 1010001 101 101100110 1011001 110111

Color Harmonies of #F3282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3282E

Black with #F3282E

Text Example


Text Example

White with #F3282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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