Html Css Color HEX #FF334A Radical Red

📋 copy color: '#FF334A'

red 255 ◦ green 51 ◦ blue 74

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

Shades of Radical Red #FF334A

Tints of Radical Red #FF334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.42%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 67.11%
G = 13.42%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF334A (or 0xFF334A) is known color: Radical Red. HEX triplet: FF, 33 and 4A. RGB value is (255,51,74). Sum of RGB (Red+Green+Blue) = 255+51+74=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF334A is #00CCB5. Grayscale: #727272. Windows color (decimal): -52406 or 4862975. OLE color: 4862975.

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

Color convert

RGB 255 51 74 -
CMYK 0 0.8 0.71 0
HSL 353.24º 1% 0.6% -
HSV(B) 353.24º 0.8% 1% -
XYZ 43.66 24.12 8.83 -
YUV 114.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 255 51 74 0 0.8 0.71 0 353.24 1 0.6
Hex FF 33 4A 0 50 47 0 161 64 3C
Octal 377 63 112 0 120 107 0 541 144 74
Binary 11111111 110011 1001010 0 1010000 1000111 0 101100001 1100100 111100

Color Harmonies of #FF334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF334A

Black with #FF334A

Text Example


Text Example

White with #FF334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF334A; }

 p { color: rgb(255,51,74); }

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

background-color css

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

 a { background-color: rgb(255,51,74); }

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

border-color css

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

 span { border-color: rgb(255,51,74); }

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