Html Css Color HEX #FF3A3B Alizarin

📋 copy color: '#FF3A3B'

red 255 ◦ green 58 ◦ blue 59

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

Shades of Alizarin #FF3A3B

Tints of Alizarin #FF3A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 59 (23.44% from 255) = 15.86%

R = 68.55%
G = 15.59%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF3A3B (or 0xFF3A3B) is known color: Alizarin. HEX triplet: FF, 3A and 3B. RGB value is (255,58,59). Sum of RGB (Red+Green+Blue) = 255+58+59=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A3B is #00C5C4. Grayscale: #757575. Windows color (decimal): -50629 or 3881727. OLE color: 3881727.

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

Color convert

RGB 255 58 59 -
CMYK 0 0.77 0.77 0
HSL 359.7º 1% 0.61% -
HSV(B) 359.7º 0.77% 1% -
XYZ 43.54 24.6 6.59 -
YUV 117.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 255 58 59 0 0.77 0.77 0 359.7 1 0.61
Hex FF 3A 3B 0 4D 4D 0 168 64 3D
Octal 377 72 73 0 115 115 0 550 144 75
Binary 11111111 111010 111011 0 1001101 1001101 0 101101000 1100100 111101

Color Harmonies of #FF3A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A3B

Black with #FF3A3B

Text Example


Text Example

White with #FF3A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A3B; }

 p { color: rgb(255,58,59); }

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

background-color css

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

 a { background-color: rgb(255,58,59); }

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

border-color css

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

 span { border-color: rgb(255,58,59); }

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