Html Css Color HEX #F3282F Alizarin

📋 copy color: '#F3282F'

red 243 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #F3282F

Tints of Alizarin #F3282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 73.64%
G = 12.12%
B = 14.24%

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

#F3282F (or 0xF3282F) is known color: Alizarin. HEX triplet: F3, 28 and 2F. RGB value is (243,40,47). Sum of RGB (Red+Green+Blue) = 243+40+47=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F3282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3282F is #0CD7D0. Grayscale: #656565. Windows color (decimal): -841681 or 3090675. OLE color: 3090675.

HSL color Cylindrical-coordinate representation of color #F3282F: hue angle of 357.93º 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 #F3282F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 40 47 -
CMYK 0 0.84 0.81 0.05
HSL 357.93º 0.89% 0.55% -
HSV(B) 357.93º 0.84% 0.95% -
XYZ 38.23 20.78 4.68 -
YUV 101.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 243 40 47 0 0.84 0.81 0.05 357.93 0.89 0.55
Hex F3 28 2F 0 54 51 5 166 59 37
Octal 363 50 57 0 124 121 5 546 131 67
Binary 11110011 101000 101111 0 1010100 1010001 101 101100110 1011001 110111

Color Harmonies of #F3282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3282F

Black with #F3282F

Text Example


Text Example

White with #F3282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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