Html Css Color HEX #FF2F3C Alizarin

📋 copy color: '#FF2F3C'

red 255 ◦ green 47 ◦ blue 60

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

Shades of Alizarin #FF2F3C

Tints of Alizarin #FF2F3C

RGB

 RED value IS 255 (100% from 255) = 70.44%

 GREEN value IS 47 (18.75% from 255) = 12.98%

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 70.44%
G = 12.98%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF2F3C (or 0xFF2F3C) is known color: Alizarin. HEX triplet: FF, 2F and 3C. RGB value is (255,47,60). Sum of RGB (Red+Green+Blue) = 255+47+60=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F3C is #00D0C3. Grayscale: #6E6E6E. Windows color (decimal): -53444 or 3944447. OLE color: 3944447.

HSL color Cylindrical-coordinate representation of color #FF2F3C: hue angle of 356.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F3C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 47 60 -
CMYK 0 0.82 0.76 0
HSL 356.25º 1% 0.59% -
HSV(B) 356.25º 0.82% 1% -
XYZ 43.07 23.62 6.56 -
YUV 110.67 99.41 230.94 -
System Red Green Blue C M Y K H S L
Decimal 255 47 60 0 0.82 0.76 0 356.25 1 0.59
Hex FF 2F 3C 0 52 4C 0 164 64 3B
Octal 377 57 74 0 122 114 0 544 144 73
Binary 11111111 101111 111100 0 1010010 1001100 0 101100100 1100100 111011

Color Harmonies of #FF2F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F3C

Black with #FF2F3C

Text Example


Text Example

White with #FF2F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F3C; }

 p { color: rgb(255,47,60); }

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

background-color css

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

 a { background-color: rgb(255,47,60); }

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

border-color css

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

 span { border-color: rgb(255,47,60); }

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