Html Css Color HEX #F32B35 Alizarin

📋 copy color: '#F32B35'

red 243 ◦ green 43 ◦ blue 53

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

Shades of Alizarin #F32B35

Tints of Alizarin #F32B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 53 (21.09% from 255) = 15.63%

R = 71.68%
G = 12.68%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32B35 (or 0xF32B35) is known color: Alizarin. HEX triplet: F3, 2B and 35. RGB value is (243,43,53). Sum of RGB (Red+Green+Blue) = 243+43+53=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B35 is #0CD4CA. Grayscale: #686868. Windows color (decimal): -840907 or 3484659. OLE color: 3484659.

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

Color convert

RGB 243 43 53 -
CMYK 0 0.82 0.78 0.05
HSL 357º 0.89% 0.56% -
HSV(B) 357º 0.82% 0.95% -
XYZ 38.47 21.04 5.4 -
YUV 103.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 243 43 53 0 0.82 0.78 0.05 357 0.89 0.56
Hex F3 2B 35 0 52 4E 5 165 59 38
Octal 363 53 65 0 122 116 5 545 131 70
Binary 11110011 101011 110101 0 1010010 1001110 101 101100101 1011001 111000

Color Harmonies of #F32B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B35

Black with #F32B35

Text Example


Text Example

White with #F32B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B35; }

 p { color: rgb(243,43,53); }

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

background-color css

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

 a { background-color: rgb(243,43,53); }

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

border-color css

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

 span { border-color: rgb(243,43,53); }

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