Html Css Color HEX #FF2F3F Alizarin

📋 copy color: '#FF2F3F'

red 255 ◦ green 47 ◦ blue 63

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

Shades of Alizarin #FF2F3F

Tints of Alizarin #FF2F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.26%

R = 69.86%
G = 12.88%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2F3F (or 0xFF2F3F) is known color: Alizarin. HEX triplet: FF, 2F and 3F. RGB value is (255,47,63). Sum of RGB (Red+Green+Blue) = 255+47+63=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F3F is #00D0C0. Grayscale: #6F6F6F. Windows color (decimal): -53441 or 4141055. OLE color: 4141055.

HSL color Cylindrical-coordinate representation of color #FF2F3F: hue angle of 355.38º 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 #FF2F3F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 255 47 63 -
CMYK 0 0.82 0.75 0
HSL 355.38º 1% 0.59% -
HSV(B) 355.38º 0.82% 1% -
XYZ 43.15 23.65 6.99 -
YUV 111.02 100.91 230.7 -
System Red Green Blue C M Y K H S L
Decimal 255 47 63 0 0.82 0.75 0 355.38 1 0.59
Hex FF 2F 3F 0 52 4B 0 163 64 3B
Octal 377 57 77 0 122 113 0 543 144 73
Binary 11111111 101111 111111 0 1010010 1001011 0 101100011 1100100 111011

Color Harmonies of #FF2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2F3F

Black with #FF2F3F

Text Example


Text Example

White with #FF2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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