Html Css Color HEX #FF3640 Radical Red

📋 copy color: '#FF3640'

red 255 ◦ green 54 ◦ blue 64

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

Shades of Radical Red #FF3640

Tints of Radical Red #FF3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.48%

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

R = 68.36%
G = 14.48%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF3640 (or 0xFF3640) is known color: Radical Red. HEX triplet: FF, 36 and 40. RGB value is (255,54,64). Sum of RGB (Red+Green+Blue) = 255+54+64=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3640 is #00C9BF. Grayscale: #737373. Windows color (decimal): -51648 or 4208383. OLE color: 4208383.

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

Color convert

RGB 255 54 64 -
CMYK 0 0.79 0.75 0
HSL 357.01º 1% 0.61% -
HSV(B) 357.01º 0.79% 1% -
XYZ 43.48 24.27 7.24 -
YUV 115.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 255 54 64 0 0.79 0.75 0 357.01 1 0.61
Hex FF 36 40 0 4F 4B 0 165 64 3D
Octal 377 66 100 0 117 113 0 545 144 75
Binary 11111111 110110 1000000 0 1001111 1001011 0 101100101 1100100 111101

Color Harmonies of #FF3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3640

Black with #FF3640

Text Example


Text Example

White with #FF3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3640; }

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

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

background-color css

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

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

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

border-color css

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

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

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