Html Css Color HEX #F32127 Alizarin

📋 copy color: '#F32127'

red 243 ◦ green 33 ◦ blue 39

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

Shades of Alizarin #F32127

Tints of Alizarin #F32127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 77.14%
G = 10.48%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32127 (or 0xF32127) is known color: Alizarin. HEX triplet: F3, 21 and 27. RGB value is (243,33,39). Sum of RGB (Red+Green+Blue) = 243+33+39=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F32127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32127 is #0CDED8. Grayscale: #606060. Windows color (decimal): -843481 or 2564595. OLE color: 2564595.

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

Color convert

RGB 243 33 39 -
CMYK 0 0.86 0.84 0.05
HSL 358.29º 0.9% 0.54% -
HSV(B) 358.29º 0.86% 0.95% -
XYZ 37.87 20.29 3.84 -
YUV 96.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 243 33 39 0 0.86 0.84 0.05 358.29 0.9 0.54
Hex F3 21 27 0 56 54 5 166 5A 36
Octal 363 41 47 0 126 124 5 546 132 66
Binary 11110011 100001 100111 0 1010110 1010100 101 101100110 1011010 110110

Color Harmonies of #F32127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32127

Black with #F32127

Text Example


Text Example

White with #F32127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32127; }

 p { color: rgb(243,33,39); }

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

background-color css

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

 a { background-color: rgb(243,33,39); }

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

border-color css

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

 span { border-color: rgb(243,33,39); }

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