Html Css Color HEX #F3202F Alizarin

📋 copy color: '#F3202F'

red 243 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #F3202F

Tints of Alizarin #F3202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 75.47%
G = 9.94%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3202F (or 0xF3202F) is known color: Alizarin. HEX triplet: F3, 20 and 2F. RGB value is (243,32,47). Sum of RGB (Red+Green+Blue) = 243+32+47=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3202F is #0CDFD0. Grayscale: #606060. Windows color (decimal): -843729 or 3088627. OLE color: 3088627.

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

Color convert

RGB 243 32 47 -
CMYK 0 0.87 0.81 0.05
HSL 355.73º 0.9% 0.54% -
HSV(B) 355.73º 0.87% 0.95% -
XYZ 37.99 20.29 4.6 -
YUV 96.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 243 32 47 0 0.87 0.81 0.05 355.73 0.9 0.54
Hex F3 20 2F 0 57 51 5 164 5A 36
Octal 363 40 57 0 127 121 5 544 132 66
Binary 11110011 100000 101111 0 1010111 1010001 101 101100100 1011010 110110

Color Harmonies of #F3202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3202F

Black with #F3202F

Text Example


Text Example

White with #F3202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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