Html Css Color HEX #FF3A4C Radical Red

📋 copy color: '#FF3A4C'

red 255 ◦ green 58 ◦ blue 76

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

Shades of Radical Red #FF3A4C

Tints of Radical Red #FF3A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 65.55%
G = 14.91%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF3A4C (or 0xFF3A4C) is known color: Radical Red. HEX triplet: FF, 3A and 4C. RGB value is (255,58,76). Sum of RGB (Red+Green+Blue) = 255+58+76=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A4C is #00C5B3. Grayscale: #777777. Windows color (decimal): -50612 or 4995839. OLE color: 4995839.

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

Color convert

RGB 255 58 76 -
CMYK 0 0.77 0.70 0
HSL 354.52º 1% 0.61% -
HSV(B) 354.52º 0.77% 1% -
XYZ 44.06 24.81 9.3 -
YUV 118.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 255 58 76 0 0.77 0.70 0 354.52 1 0.61
Hex FF 3A 4C 0 4D 46 0 163 64 3D
Octal 377 72 114 0 115 106 0 543 144 75
Binary 11111111 111010 1001100 0 1001101 1000110 0 101100011 1100100 111101

Color Harmonies of #FF3A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A4C

Black with #FF3A4C

Text Example


Text Example

White with #FF3A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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