Html Css Color HEX #FF344B Radical Red

📋 copy color: '#FF344B'

red 255 ◦ green 52 ◦ blue 75

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

Shades of Radical Red #FF344B

Tints of Radical Red #FF344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.61%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 66.75%
G = 13.61%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF344B (or 0xFF344B) is known color: Radical Red. HEX triplet: FF, 34 and 4B. RGB value is (255,52,75). Sum of RGB (Red+Green+Blue) = 255+52+75=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF344B is #00CBB4. Grayscale: #737373. Windows color (decimal): -52149 or 4928767. OLE color: 4928767.

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

Color convert

RGB 255 52 75 -
CMYK 0 0.80 0.71 0
HSL 353.2º 1% 0.6% -
HSV(B) 353.2º 0.8% 1% -
XYZ 43.74 24.22 9.03 -
YUV 115.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 255 52 75 0 0.80 0.71 0 353.2 1 0.6
Hex FF 34 4B 0 50 47 0 161 64 3C
Octal 377 64 113 0 120 107 0 541 144 74
Binary 11111111 110100 1001011 0 1010000 1000111 0 101100001 1100100 111100

Color Harmonies of #FF344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF344B

Black with #FF344B

Text Example


Text Example

White with #FF344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF344B; }

 p { color: rgb(255,52,75); }

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

background-color css

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

 a { background-color: rgb(255,52,75); }

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

border-color css

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

 span { border-color: rgb(255,52,75); }

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