Html Css Color HEX #FF3440 Radical Red

📋 copy color: '#FF3440'

red 255 ◦ green 52 ◦ blue 64

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

Shades of Radical Red #FF3440

Tints of Radical Red #FF3440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 68.73%
G = 14.02%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF3440 (or 0xFF3440) is known color: Radical Red. HEX triplet: FF, 34 and 40. RGB value is (255,52,64). Sum of RGB (Red+Green+Blue) = 255+52+64=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3440 is #00CBBF. Grayscale: #727272. Windows color (decimal): -52160 or 4207871. OLE color: 4207871.

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

Color convert

RGB 255 52 64 -
CMYK 0 0.80 0.75 0
HSL 356.45º 1% 0.6% -
HSV(B) 356.45º 0.8% 1% -
XYZ 43.39 24.09 7.21 -
YUV 114.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 255 52 64 0 0.80 0.75 0 356.45 1 0.6
Hex FF 34 40 0 50 4B 0 164 64 3C
Octal 377 64 100 0 120 113 0 544 144 74
Binary 11111111 110100 1000000 0 1010000 1001011 0 101100100 1100100 111100

Color Harmonies of #FF3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3440

Black with #FF3440

Text Example


Text Example

White with #FF3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3440; }

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

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

background-color css

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

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

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

border-color css

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

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

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