Html Css Color HEX #FF294C Radical Red

📋 copy color: '#FF294C'

red 255 ◦ green 41 ◦ blue 76

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

Shades of Radical Red #FF294C

Tints of Radical Red #FF294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

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

R = 68.55%
G = 11.02%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF294C (or 0xFF294C) is known color: Radical Red. HEX triplet: FF, 29 and 4C. RGB value is (255,41,76). Sum of RGB (Red+Green+Blue) = 255+41+76=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF294C is #00D6B3. Grayscale: #6D6D6D. Windows color (decimal): -54964 or 4991487. OLE color: 4991487.

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

Color convert

RGB 255 41 76 -
CMYK 0 0.84 0.70 0
HSL 350.19º 1% 0.58% -
HSV(B) 350.19º 0.84% 1% -
XYZ 43.34 23.37 9.06 -
YUV 108.98 109.4 232.15 -
System Red Green Blue C M Y K H S L
Decimal 255 41 76 0 0.84 0.70 0 350.19 1 0.58
Hex FF 29 4C 0 54 46 0 15E 64 3A
Octal 377 51 114 0 124 106 0 536 144 72
Binary 11111111 101001 1001100 0 1010100 1000110 0 101011110 1100100 111010

Color Harmonies of #FF294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF294C

Black with #FF294C

Text Example


Text Example

White with #FF294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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